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!
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
Thank you! That worked perfectly.