Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #921728

    Hi – Can you please look at the Masonry Gallery at the bottom of this home page….I have it checked to hide on both smaller screen sizes and it does not work. I also had to use special CSS to get the footer to stack on mobile. Don’t recall having that issue before.

    Can you please advise of what I can do to fix. Thanks!

    Anna

    #921823

    Hey Anna,

    Could you please post your custom CSS code here using – https://pastebin.com/?

    Best regards,
    Yigit

    #921828

    Sure – it’s there.

    #922071

    Hi,

    I think you forgot to actually post a link to your code? Please post admin login details in private as well so that we can have a closer look at your site.

    Best regards,
    Rikard

    #922372
    This reply has been marked as private.
    #922722

    Hi,

    Thanks for that. I can’t see why the element options are not working though. You could try this in Quick CSS instead which would do the same thing:

    @media only screen and (max-width: 767px) {
    .home #av-masonry-1 {
      display:none;
    }
    }

    Best regards,
    Rikard

    #923154

    Thanks Rikard that code fixed the Masonry gallery. On that same home page I have two icon boxes that are not stacking on mobile. Any code for that?
    And also directly below that I have some text “We Make Brighter Futures” in a color section that is cutting off instead of adjusting to mobile….any ideas there?

    Thanks for your help!
    Anna

    #923570

    Hi Anna,

    Thanks for the feedback. Please try this as well:

    @media only screen and (max-width: 767px) {
    .av_one_half {
        margin-left: 0 !important;
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

    #938283

    Hi Rikard: I am facing the same problem with a masonry galery as well as several color sections. It was not possible to hide them on mobile. Even your code above didn’t fix it. However, if I change it a little bit to:

    @media only screen and (max-width: 767px) {
    #av-masonry-1 {
    display:none !important;
    }
    }

    It works. I wonder wether there is an Idea what might be the root cause for that?
    BR Clemens

    #938534

    Hi Clemens,

    I’m not sure to be honest with you, could you post a link to the site in question and try to point out the problems there please?

    Best regards,
    Rikard

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