Tagged: 

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

    Hello,

    I am having issues on my mobile version of my website.
    On Mobile, the first icon grid won’t hide on mobile even when inserting the necessary media queries code:

    @media only screen and (max-width: 769px) {
    .services-include {
    display: none !important;
    }
    }

    #1350803

    Hey Kayleigh,

    The element with the services-include class is hidden on my end on mobile, you can check yourself by inspecting it in your browser.

    Best regards,
    Rikard

    #1350837

    And besides your css rule you can set this in the alb element itself on advanced tab:
    (click to enlarge:)

    #1350851

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

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