• Hi,
    We are using Word Press for our blog on the Magento platform.

    On our sub menu Community it is shifting to the right.
    Can we possibly center it in the drop down box?

    See Here:

    Also how would I change the word social in the url to community?

    THANKS SO MUCH IN ADVANCE!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Is Social a category? If so, change the category name in the admin…

    .nav-menu .sub-menu, .nav-menu .children {
    padding: 0 0 0 5px;
    }

    You can change that 5px to something else if you want, but that is the minimum I’d recommend here.

    I think the ul is too narrow and it would look better if you make it wider rather than shifting the position of its contents.
    Try:

    ul.sub-menu{min-width:150px;}

    Thread Starter bjpergola

    (@bjpergola)

    Thanks but where would I make this change exactly? I am not seeing anywhere to adjust in Appearance/Menus/Menu Structure.

    Would you be able to point me in the right direction on wher to add either one of the above solutions?

    THANK YOU!

    Both would go in the active theme’s stylesheet, or in a “custom css” box if your theme has one.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Text Shifting to the Right’ is closed to new replies.