[Resolved] Blog section is not mobile friendly

Home Forums Support [Resolved] Blog section is not mobile friendly

Home Forums Support Blog section is not mobile friendly

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1027388
    hibiscus80

    Hi,

    I have a problem on my website. When I go on a category page with my smartphone, all the posts seems to have a padding left. Google alerted me that my website has an issue on mobile….

    #1027468
    David
    Staff
    Customer Support

    Hi there,

    can you clear and disable your cache plugin to see if this resolves the issue. If it doesn’t leave it disabled so we can take another look

    #1027471
    hibiscus80

    Thanks for the reply. It seems it comes indeed from my cache plugin. Clear the cache doesn’t change anything but when I disable the cache for mobiles, everything is fine….

    #1027473
    David
    Staff
    Customer Support

    The cache is messing with the order of the mobile CSS so the padding removal is being overridden on mobile add this CSS to overcome that:

    @media (max-width: 767px) {
        .generate-columns-container>* {
            padding-left: 0 !important;
        }
    }
    #1027474
    hibiscus80

    Thanks! The code works fine, problem solved 🙂

    #1027824
    David
    Staff
    Customer Support

    You’re welcome

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