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

    In the Portrait view on a tablet I have text that stacks in the top bar. Then the slider gets cut in half. See image link in private content. Is there some code I can add to Quick CSS to fix this?

    Thank you!

    #608660

    Hey Jojo_W!

    Thanks for getting in touch with us!

    Try the adding the following CSS code in the Quick CSS section in the General Styling tab in the theme options:

    @media screen and (max-width: 997px){
    #top .avia-layerslider .ls-wp-container {
        margin-top: 65px !important;
    }}
    

    Let me know if it helps :)

    Regards,
    Jordan

    #608706

    Thank you! That worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Layer slider shortened by top bar on tablet’ is closed to new replies.