Home › Forums › WoodMart support forum › Menu – Logo › Reply To: Menu – Logo
January 21, 2018 at 8:01 am
#34517

Bogdan Donovan
Keymaster
Please use this snippet to make your main menu look like in the screenshot.
.header-split .menu-categories-container > ul > li:nth-child(2) {
margin-right: 170px !important;
}
.header-split .menu-categories-container > ul > li:last-child {
margin-right: 130px !important;
}
Regards