Project:litejazz
Version:6.x-1.7
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#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

Status:active» fixed

Hello,

It works! Thanks ^^

#4

Status:fixed» closed (fixed)

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

nobody click here