Hallo,
on mobile devices the featured image on blog posts is displayed as thumbnail. I can see that the class “entry-thumb” is active.
How can I display the image as “entry-featured”?
Thanks for your help!
Cheers
Alex
Hallo,
on mobile devices the featured image on blog posts is displayed as thumbnail. I can see that the class “entry-thumb” is active.
How can I display the image as “entry-featured”?
Thanks for your help!
Cheers
Alex
Hi @afinkdesign,
Thanks for reaching out.
Both desktop and mobile have a class entry-thumb and entry-featured. I am not quite sure what do you want to achieve, can you explain further what is your goal in the featured image. But changing the single post structure would require some customization. Regretfully, customization is outside the scope of our theme support. You may seek 3rd party developers to help you with your problems or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.
Hi Marc,
on some mobile devides it looks like this: see attached image
You can reproduce the issure when you switch on browser to developer mode and activate the mobile screen preview.
On iphones it works well but on android devices the thumbnail is showing and not the large featured image.
Looking foreward to your reply
Cheers
Alex
Hi Alex,
It seems that the image size is the issue you are having in the smaller screen because the entry-thumb container is not full-width. Minification of the CSS code might be the reason behind it. I would suggest you temporarily disable the minification and check if that works for you.
If that does not help, please add the following CSS code into the Theme Options > CSS to get rid of this issue.
.entry-thumb
{
width:100% !important;
}
Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Please note that a few hours ago we have released another version of the theme with some fixes, I would recommend you to update your theme to the latest one.
I would also suggest you follow the below steps while updating to the latest version of the theme.
Thanks
Hey
thank you very much.
It is working now.
Cheers
Alex
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.