This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Robert Hall
Hi Guys, how would I go about setting/changing viewport sizes for responsive menus.
When my site is tested on 1024×768 i end up with a double line menu. As soon as it goes below that its the mobile menu.
Please advise
Thank You
Hello,
The problem causes by this code in style.css
.navbar-collapse {
padding-left: 150px;
}
You can try to change padding-left value to 0px.
.navbar-collapse {
padding-left: 0px;
}
Regards,
Robert Hall.
Hi There, all sorted.
Thanks
Z
Hello,
You’re welcome!
Regards,
Robert Hall.
Tagged: changing, persuasive, size, themes, viewport, woocommerce, wordpress
The issue related to '‘Changing Viewport Size’' has been successfully resolved, and the topic is now closed for further responses