Tagged: header, mobile, overlapping
Hey,
Having an issue on mobile screen that the header is overlapping see images. Thanks.
Hi Harris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
div#main { padding-top: 100px !important; }}
then please disable CSS minifying feature on the plugin you are using it and then flush cache a few times.
Cheers!
Yigit
Hi,
Sorry but that didn’t work. Is there anything else I can do.
Hey!
Please try this in Enfold > General Styling > Quick CSS
@media only screen and (max-width: 480px) {
#main { margin-top: 100px !important; }}
Regards,
Vinay
Thanks Vinay. Got it now.