Menu width between columns

sbeckmann / 2014-04-15 20:38:13   

So I aligned the logo at the middle.

As for the menu I was looking to have 2 options on the right and 2 on the left side of the logo.

photoassisting.com/editorial/

Vaska A / 2014-04-15 20:48:18   

For me the logo is at the left.

You want to center the logo at the top of the page - two sections left and two right?

bipster / 2014-04-15 20:51:39   

In your style.css file, add a text-align: center; to the #index rule.

And then, remove the float:left; and add a display: inline-block; to the #index ul rule.

This should center the menu.

bipster / 2014-04-15 20:54:18   

Ah, sorry. I understand that you want to place the logo between the menu items. I'm not sure this is possible.

sbeckmann / 2014-04-15 21:04:23   

I want to create something like this, I know it's not indexhibit but just so you get an idea.

fearthegrizzly.com/

When I remove the float:left: on the #index ul it does the menu vertical

as for the text-align: center; that's already done

Vaska A / 2014-04-15 21:09:39   

Does that really work with the horizontal format?

Using a centered theme would be a better place to start. I'm working on a proper centered theme these days but I would be crazy to give a release date (because I have so many things on the burners).

sbeckmann / 2014-04-15 21:26:52   

Well I have it with the horizontal and it looks like you can tweak it, the only thing is you gotta really know where the options are.

I am deciding between 2 styles but with either one the menu is on the center.

samkillssam.com/…
fearthegrizzly.com/

This thread has been closed, thank you.