Site logo

Archived topic

How can I change sub menu size ?

7 replies · Started by MD Tohidul on March 12, 2021

Viewing posts 1–8 of 8

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 !

Hey, check the private info again!

This topic is resolved !

Glad to hear that!

This archived topic is closed to new replies.