Hi Guys,
Thankyou for all your prior help.
Query- with my site http://www.naturaloutlok.com, when I switch to mobile view (resizing the window), there is no space bewteen the logo, the drop down navigation and the top slider – is there anyway to resolve this in mobile format? – it looks fine on desktop.
Thanks
gary
Hey Gstar72!
You can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
#header_main {
padding-bottom: 20px;
}
}
Best regards,
Ismael
Hi Ismael
Thankyou, worked great for the bottom, is it possible to add padding below the logo, so it doesn’t sit on the menu in mobile format?.
Gary
Hey!
Please use this instead of the code I provided above:
@media only screen and (max-width: 767px) {
#header_main {
padding-bottom: 20px;
}
.responsive .main_menu {
position: static;
margin-top: 20px;
}
}
Remove browser cache then reload the page.
Cheers!
Ismael
Perfect, thankyou sir, u r a genius!.
Best wishes
Gary