Hi there,
I’m wondering if you could tell me how to decrease the line spacing of the secondary menu items when it’s being viewed on a mobile portrait view? There’s a significant gap between the two lines.
Here’s a screenshot: https://www.dropbox.com/s/v29317d63wejxi4/suttle-rec-mobile.PNG?dl=0
Thanks!
Hey htarrant!
I replied to your other thread, I think clearing your browser cache and reloading a few times will solve your problems. If not, please let us know and we’ll take a closer look.
Best regards,
Rikard
Hi, I cleared my browsing history, cache and all browsing data and it’s still the same.
Hi!
Use this fix the secondary menu:
@media only screen and (max-width: 767px) {
.responsive #header_meta .sub_menu>ul>li {
padding: 0 3px;
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
font-size: 9px;
padding: 4px 0;
}
}
Regarding the mobile menu issue, please update the theme to 3.1.1. Remove browser cache then reload the page.
Cheers!
Ismael
Hi, I am still getting a big gap between the first and second line when viewing on mobile portrait orientation.