Menu Width
- The topic ‘Menu Width’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
How can I change the width of the main menu ?, when it opens, like the width of the menu widget.
I want them to be narrower.
If you can by CSS?
Regards.
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet.
@media (min-width: 768px) {
.has-menu-open .main-navigation {
right: 70%;
width: 30%
}
}
Thanks