Hello,
I just updated a site from 3.2.3 to 3.5.4. After I did this, Chrome now shows a small gap between menu bar and Layerslider. In Firefox, it does not show it. Can you look at it and see if it does the same for you and if so, how can I fix it?
http://screencast.com/t/eg1fDCsjaL5v
Site: http://sfmd.az.gov
Thanks!
-Fred
Hey Fred,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
padding-top: 155px !important;
}
Best regards,
Jordan
That worked! Thanks so much!