-
AuthorPosts
-
February 8th, 2022 at 10:53 #126330
How can I change the breakpoint for the mobile menu so that it shows already on wider screen that at present. The reason is that the regular menu is shifted down onto the header image and thus becomes almost invisible.
Is there any other way to fix it?
Also how can I decrease the space between each menu item?
Website: meditationyoga.in/mahon
February 9th, 2022 at 03:41 #126383I figured out how to decrease the space between each menu item:
#access a {
padding: 0 0.9em;
}But the main question about the breakpoint is still unsolved.
-
This reply was modified 4 months ago by
mr108.
February 11th, 2022 at 14:43 #126439How to disable Primary Navigation Menu with Additional CSS when the screen width is less than 990px?
Website: meditationyoga.in/mahon
February 19th, 2022 at 23:16 #126678Zed
Cryout Creations mastermindHi,
The mobile menu’s screen width limit is configurable through the options in Anima Plus.
In the free edition of the theme you’ll need to apply custom CSS to adjust this limit:@media (min-width: 800px) and (max-width: 1040px) { .cryout #access { display: none; } .cryout #nav-toggle { display: block; position: static; } }
Edit the 1040px value with the screen width when the menu no longer fits in one row.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
This reply was modified 4 months ago by
-
AuthorPosts
You need to log in to reply to this topic.