Hi there,
My site looks good on PC, but once I reduce the width of the site to mobile size the header then overlaps my title banner.
Here’s the site: https://resonancechina.com/
You can mimic the effect of mobile by resizing the browser window, reducing the with until you get to a mobile screen width. The header goes from transparent and turns white, and then overlaps the intro text. How do I fix this issue?
Thanks!
Hey bloodyamazing,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS */
@media screen and (max-width: 767px) {
#top #av_section_1 main {
padding-top: 116px!important;
}
}
Best regards,
Vinay
thank you that worked!