I was previously using the Superfish module for my menu. When I used that module I was able to edit the CSS file to make the menu float to the right. I don't want to use Superfish anymore, so i'm trying to do the same with the core Menu module. I tried going into the style.css file, and plenty of others, but still can't figure it out. Sort of a noob, so please help me out with detailed description.

Comments

r3ady4the3nd’s picture

I am using the corolla theme.

harlejus’s picture

Open style.css file and make the block ul.menu look like this:


ul.menu {
list-style-position: inside;
padding: 0;
margin: 4px 0;
text-align: right;
}

Jooblay.net’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

closed fixed:)

quietone’s picture

Version: 7.0 » 7.x-dev
Issue tags: -menu, -theme, -right, -float, -Corolla