Viewing 3 reply threads
You must be logged in to reply to this topic.
Can I adjust the menu that shows for iPad in portrait and landscape mode – not using the hamburger mobile menu, but instead the normal desktop menu links?
Hello,
Yes, please go to file css\bootstra[-responsive.css and fins these lines:
@media (max-width: 979px) {
body {
padding-top: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: static;
edit max-width: 979px
value to 480px. Save and refresh.
Now you will have the hamburger mobile menu only for mobile, not ipads.
Best regards!
You must be logged in to reply to this topic.