Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #985792

    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

    #986217

    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

    #986515

    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.

    #986781

    Hi,

    If it’s applying on your desktop browser, then it will apply to the mobile browser as well, so you are likely getting cached results. Could you try on another device maybe?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.