Reply To: Menu padding, left and right?

Home Forums Support Menu padding, left and right? Reply To: Menu padding, left and right?

Home Forums Support Menu padding, left and right? Reply To: Menu padding, left and right?

#201582
Tom
Lead Developer
Lead Developer

Try this:

.dropdown-hover .children .dropdown-menu-toggle:before, 
.dropdown-hover .sub-menu .dropdown-menu-toggle:before {
    content: "\f104";
}

.sidebar .menu-item-has-children .dropdown-menu-toggle, 
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
    float: left;
}