Home Forums WoodMart support forum Menu – Logo Reply To: Menu – Logo

#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