Archived topic
Sider them
11 replies · Started by John on November 15, 2019
Hi Support Team,
I love the Sider theme. I do have a question about it. When i have a sub-menu there appears a small arrow to open the menu. This is very small. Is there a way that you can click on the menu-item to open the sub-menu?
Kind regards
John
Hi there,
in Customizer > Layout > Primary Navigation you can select Navigation Dropdown type - and set this to Menu Click - this of course works if the Parent Menu item is not a page link itself.
Thanks for your quick answer. Is there a possibility to align the menu-items?
Kind regards
John
Can you provide a link to the site so i can take a look?
You can edit your original topic and use the Site URL field to share privately.
Thanks, site is local at the moment.
Kind regards
Can you share a link to an image that highlights the issue, maybe able to point to a solution.
https://www.webheer.nl//Screenshot.png
I would like to align Home and About to the left side.
Kind Regards
John
On mobile only right?
If so try this:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
text-align: left;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
No also on desktop
That case go to Additional CSS field in the customizer and remove this CSS:
.site-header .main-navigation li {
float: none;
}
Thanks
No problem :)