Archived topic
How can I change sub menu size ?
7 replies · Started by MD Tohidul on March 12, 2021
Dear, I want to maximize sub menu size. How can I do this ?
Hi there,
try this CSS:
@media(min-width: 769px) {
/* Remove drop down arrow */
.main-navigation .main-nav ul li.menu-item-has-children>a {
padding-right: 20px;
}
.menu-item-has-children .dropdown-menu-toggle {
display: none;
}
/* Add borders and increase size of dropdown menu items */
.main-navigation .main-nav ul ul li a {
border-bottom: 1px solid #dbdbdb;
padding: 20px;
}
/* Float Blog Sub Menu Left */
.main-navigation .main-nav ul li.menu-item-201 ul {
right: 0;
}
}
For all your posts on one page - go to Dashboard > Reading and set your Posts Page
Hey, please check the private info !
If you go to Dashboard > Settings > Reading you will see this:
https://www.screencast.com/t/RRXS9fyjJ
For the Reviews - go to Appearance > Menus and add your Category to the menu:
Hey, check the private info again!
See this topic to exclude a Category from the Blog:
https://generatepress.com/forums/topic/create-a-second-blog-section-for-webinars/#post-1660193
To remove the /category base from your URLs, you should use an SEO plugin.
This topic is resolved !
Glad to hear that!