Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

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