Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
menu system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 06:38 UTC
Updated:
14 Jun 2026 at 09:04 UTC
Jump to comment: Most recent
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
Comment #1
r3ady4the3nd commentedI am using the corolla theme.
Comment #2
harlejus commentedOpen 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;
}
Comment #3
Jooblay.net commentedclosed fixed:)
Comment #4
quietone commentedUpdating tags per Issue tags field and Issue tags -- special tags and for issue #3565085: Drupal core issue tag cleanup.