Hi,
We are using your Ultra Puro theme.
We are following the below document but not able to enable Blog Left Aligned Medium or Left Aligned Thumbnail.
Can you please help us ?
Best Regards
JDEE1Tips
Systemic Software Solution
Hi,
We are using your Ultra Puro theme.
We are following the below document but not able to enable Blog Left Aligned Medium or Left Aligned Thumbnail.
Can you please help us ?
Best Regards
JDEE1Tips
Systemic Software Solution
Hi JDEE1Tips
Thanks for reaching out. Do each of your posts have a Featured Image added? The new layout won’t be noticeable without a Featured Image added to each. We’d need to see the blog page in question to assist further.
Hi Andrew,
Currently we have only one Blog and feature image added.
Please check the below URL :
Best Regards
JDEE1Tips
Systemic Software Solution
Thanks 🙂
The layout in question is the Blog Archive Layout, unfortunately, it only applies to archive pages, it doesn’t apply to single posts. You’d see it take effect here for example http://jdee1training.com/news/ but would need to enable Appearance > Customize > Theme Settings > Blog > Archive Featured Image (Display the featured image on the blog archive pages.)
You can try the following in a plugin like Simple Custom CSS to style the featured image on the single post page:
/* Single */
.single .entry-thumbnail {
max-width: 50%;
padding-right: 3%;
}
@media (max-width: 768px) {
.single .entry-thumbnail {
max-width: 100%;
padding-right: 0;
}
}Thanks Andrew ! We will try and update you .
We are able to enable the Left Aligned Thumbnail feature. Please mark this thread as resolved !
Thank you so much Andrew !
Best Regards
JDEE1Tips
Systemic Software Solution
Super, glad to hear you’ve made progress.