• Resolved becomebecome

    (@becomebecome)


    Hello,

    Trying to configure one or two of my menu items to align right instead of left with the others.

    Google brought me to a couple of forums suggesting style.css editing as follows:
    Find the “menu-item” number for the element in the Menu I wish to “float right” then put the following line in the style.css:

    #header-menu-wrap #menu-item-717 {
    float: right;
    }

    or

    #menu-item-717 {
    float: right;
    }

    …one problem I encountered is that what looks like the same item in the style.css of the two sites installations I run under my Network, corresponds to two different “numbers”.
    I think it is because I use “Custom Menus” instead of the default one for both.

    So I went to the editing page of each site and I can’t seem to find a style.css to modify there. It is only available at Network admin level.

    When I apply those .css changes at Network admin level, nothing happens…

    Is there some other way to accomplish this?

    Thank You!

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter becomebecome

    (@becomebecome)

    Hello again, just a question about a detail I could not find googling…

    When I Edit CSS using :

    https://www.ads-software.com/extend/plugins/safecss/

    Which option should i select?

    – Add this to the Twenty Eleven theme’s CSS stylesheet

    or

    – Start from scratch and just use this

    …what are the consequences of selecting one or the other?
    I actually selected one for a few MU sites and the other for another few.
    Can’t see a difference…

    Thanks

    I am trying to make the css that Ipstenu supplied above work. I cannot.

    I am placing the code in Appearance>Theme Options>CSS Settings

    using the theme tarnished from GhostPool

    What I am doing wrong?

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Menu Item align Right’ is closed to new replies.