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

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?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3722
    santium
    Participant

    Hi there,
    I would like to divide the main sliding nav menu into left and right halves. I’d like to put “Home” on the far left AND relative (to the right of) to the ‘keep this open / keep closed’ action text; and have the Login/Logout menu items on the far right.

    Could you please write the code for that for me?

    Here is what it looks like right now http://www.psychpiper.com/

    Thank you!

    #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

    #3731
    santium
    Participant

    thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.