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

Right aligning the menu

New Front EN Support Forums Fuji Theme Support Right aligning the menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #176
    JasonKenney
    Participant

    Hello! Another design question:

    I’d like to align the links in the middle menu to the right instead of the left. But dropping the text-align style in the CSS that seems to control those features isn’t doing the trick. Is there an option for this or some sneaky place I should be putting it?

    Thanks,
    J~

    #187
    mmsatori
    Keymaster

    Hi Jason!

    The menus use float for item alignment instead of the text-align property, so if you want the middle menu items to be right-aligned, please insert the following CSS code into “style.css”:
    #nav-secondary ul li { float: right !important; } #nav-secondary ul ul li { float: left !important }

    Sincerely,
    Andrew | Satori

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