centered menu css

sbeckmann / 2014-05-03 13:08:27   

I've centered the menu but it doesn't appear in the center and sometimes it appears with a different width of space between the options

sebastianbeckmannphotography.com/contact/

Vaska A / 2014-05-03 13:18:42   

Because it's not really centered - I'm sure you still have paddings and margins, etc., to contend with.

sbeckmann / 2014-05-03 13:20:51   

Just to make sure, this is the section that has to be changed, right?

#index ul {
    display: inline-block;
    width: 130px; /* the width of each column in the menu */
    list-style-type: none;
    overflow: auto;
    margin: 0px 0px 20px 0px;
    padding: 35px 0px 0px 0px;

Vaska A / 2014-05-03 13:23:46   

There more to it than that - check the .container, as well.

Use a tool like Firebug and you can visually see this stuff in the browser.

sbeckmann / 2014-05-03 13:28:19   

sorry I'm trying to keep up and manage the changes but I am not a programmer...

this is what I found with container, if you mean on the same css file

#img-container { margin: 0; padding: 0; }
#img-container p { width: 600px; margin: 0; padding: 0 0 12px 0; }

Vaska A / 2014-05-03 14:46:02   

Nope, .container or #index .container (or even both).

sbeckmann / 2014-05-03 16:15:30   

not able to change it, some tips as to where it is what I have to change?

sbeckmann / 2014-05-04 14:59:40   

anyone.......

sbeckmann / 2014-05-26 20:58:42   

I need some help, I must have done it wrong, as when I do zoom in all the menu options move....

sebastianbeckmannphotography.com/skin/

sbeckmann / 2014-05-28 00:14:22   

????

Vaska A / 2014-05-28 08:58:45   

You need to check paddings and margins and widths on all the divs containing your parts. Only when they are all balanced will things truly center.

This thread has been closed, thank you.