Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #624757

    Hi

    For some reason when my clients site is in responsive mode, the home page doesn’t display correctly. A massive gap is displayed under the slider before some other images are presented.

    It is in responsive mode now.

    Many thanks

    Faye

    #625470

    Hey FayeMcC,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    #layer_slider_1 {
    height:auto !important;
    }
    }

    Thanks,
    Rikard

    #625979

    Hi Rikard

    Yes that worked! Thank you very much for your help :-)

    Faye

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Home page in responsive mode not showing correctly on mobile’ is closed to new replies.