Tagged: ,

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

    Hello Enfold team,

    Please go to http://www.thecgschool.com/free-members/

    The WP Layerslider (at top) looks great on the desktop but on the mobile portion it gets moved down. It has to do with this CSS I modified (to get the desktop version to work right):

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 140px!important;
    }

    How can I make it so that the mobile version doesn’t push the WP Layerslider down 140 pixels?

    Thanks,
    Brian

    #337767

    Hey Brian!

    Thank you for using Enfold.

    Please add this at the very bottom of Quick CSS field:

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

    Best regards,
    Ismael

    #337964

    Works great, thanks!

    #338107

    Hey!

    Glad it worked. :)

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layer Slider Not at Top on Mobile’ is closed to new replies.