Hey guys,
I am running into an issue on the tablet version of the site. I don’t know what is causing it but the header overlays over the layer slider on the tablet version of the website.
Here is the css code I am trying to use but it isn’t seeming to work.
@media only screen and (max-width: 1000px) and (min-width: 768px)
}
.responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 236px !important;
margin-top:100px !important;
}}
Hey msbllc,
Your first bracket above is backwards actually Add the following to quick css:
@media only screen and (max-width: 1000px) and (min-width: 768px){
#main.all_colors.ls-overflow-visible{
padding-top:188px!important;
}}
Best regards,
Jordan Shannon