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

Comments

junro’s picture

Nobody? :(

roopletheme’s picture

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;
}
junro’s picture

Status: Active » Fixed

Hello,

It works! Thanks ^^

Status: Fixed » Closed (fixed)

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

kpayne’s picture

i only see one css file...

junro’s picture

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