Center Suckerfish Menu
Junro - January 22, 2009 - 19:44
| Project: | litejazz |
| Version: | 6.x-1.7 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hello
Could you tell me how to center the suckerfich menu please?
If I have to use some codes in style.css and wich one?
Thanks :)

#1
Nobody? :(
#2
Edit suckerfish_blue.css in the css folder (or suckerfish_red.css if that's the one you're using). The first statements read:
#suckerfishmenu .block {margin-bottom: 0;
padding-bottom: 0;
}
Change this to read:
#suckerfishmenu .block {margin-bottom: 0;
padding-bottom: 0;
display: table;
margin: 0 auto;
border-left: 1px solid #999;
}
#3
Hello,
It works! Thanks ^^
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
i only see one css file...
#6
in your /themes/litejazz/css, you have suckerfish_blue.css