Tagged: ,

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

    We’re having an issue with a specific image not showing under 801px on mobile – I’ve tried removing all of our custom CSS, but none of it applies to this block, so it’s not that. The page is here: petiquettedog.com and the image in question is the logo bar directly beneath the header. Any advice would be greatly appreciated! Thank you.

    • This topic was modified 7 years, 9 months ago by newtheme4me.
    #744237

    Hey newtheme4me,

    It’s due to this CSS in petiquette_dog.css:

    @media only screen and (max-width: 801px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 135px!important;
    }
    }

    Try increasing it to a greater value (235 for instance), and it should show again.

    Best regards,
    Rikard

    #745133

    Thanks. That was actually the first thing I tested to no avail, even after clearing all the site and browser caches (or so I thought). But it turns out we had a Cloudflare cache that wasn’t clearing… once that was fixed up, it showed correctly. Thanks much… :)

    #745836

    Hi,

    Glad you got it working :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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