Reply To: css to create space between main navigation buttons

Home Forums Support css to create space between main navigation buttons Reply To: css to create space between main navigation buttons

Home Forums Support css to create space between main navigation buttons Reply To: css to create space between main navigation buttons

#179563
Tom
Lead Developer
Lead Developer

First, you’ll want to remove any colors or images you have set for the menu background.

Then add this CSS:

.main-navigation .main-nav > ul > li:not(:last-child) {
    margin-right: 10px;
}