Reply To: Main Nav Menu – can it be divided into left and right?

New Front EN Support Forums Fuji Theme Support Main Nav Menu – can it be divided into left and right? Reply To: Main Nav Menu – can it be divided into left and right?

#3728
mmsatori
Keymaster

Hey Monika,

this hasn’t been envisaged in the theme originally, yet you can achieve menu segregation by using this CSS:

#menu-item-XX {
float: left;
margin-left: 180px; 
}

where “XX” is the ID of the relevant menu item (you can right-click and choose “Inspect element” in the browser to find out the ID of the particular menu item.

Sincerely,
Andrii / Satori Studio