Center Menu

Support desk for Multipurpose Quark Theme
GK User
Thu Jan 21, 2016 8:26 am
Hello

Can you please tell me how to center the menu? I've used images instead of text items but now I would have them center in the webpage.

You can see an example on http://www.dumpt.com/img/viewer.php?file=29o3z7l2sdjbjwyrmjn0.jpg
User avatar
Fresh Boarder

teitbite
Sun Jan 24, 2016 10:38 am
Hi

Since You have images, than You can set a fixed width to menu, so it will be easier. Start from adding this to override.css:

Code: Select all
#gkHeaderNav .gkMainMenu {
margin-left: auto;
margin-right: auto;
width: 500px;
float: none;
}


and just fit the width value to one that better fits You.
User avatar
Moderator


cron