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
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

Junro - February 1, 2009 - 21:34

Nobody? :(

#2

roopletheme - February 2, 2009 - 09:58

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

Junro - February 2, 2009 - 11:17
Status:active» fixed

Hello,

It works! Thanks ^^

#4

System Message - February 16, 2009 - 11:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

#5

kpayne - October 8, 2009 - 19:09

i only see one css file...

#6

Junro - October 8, 2009 - 19:12

in your /themes/litejazz/css, you have suckerfish_blue.css

 
 

Drupal is a registered trademark of Dries Buytaert.