• Resolved designtrial

    (@designtrial)


    hi everyone, i tried to change the text-menus sidebar align to right, but i cant find the menus in css, it’s only sidebar..so I don’t know to align right, and also I want to make the color of submenus different with mother menus.
    how to make it possible, this is my link pandjalu

    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not sure if you”ll like it but this should do it:

    ul#menu-aryas.menu{text-align:right;}

    Thread Starter designtrial

    (@designtrial)

    hi webbrewers, great your code is works, align is right.
    do you know how to make a different color in submenus, i try this but not work:

    ul#menu-aryas.menu {
    	text-align:right;
    }
    ul#sub-menu-aryas.menu {
    	text-align:right;
    	color:#000;
    }

    thanks

    Thread Starter designtrial

    (@designtrial)

    never minds, i already did it. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change menus sidebar align to right’ is closed to new replies.