Tagged: featured image, resizing
Hello. For some reason my featured image in blog posts no longer goes to the same full width as the rest of the content when the post is resized to mobile view. Wen you resize the post, the problem seems to occur as soon as the right sidebar disappears. The image is the same width as the title prior to the sidebar disappearing. I have included a link to a sample blog post in the private content area. Thanks
Hey ACNLatitudes,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.big-preview.single-big {
padding: 0 !important;
}
}
Best regards,
Rikard
Thanks. That seems to have resolved the issue when I resize the web browser to a smaller view. However, when viewing the blog post on my phone’s Safari browser, it still isn’t showing the full width of the featured image. Any idea why that might be? I cleared the cache and purged the CDN our website.
Please let me know. Thanks.