Logo position

marmar / 2010-12-02 03:33:39   

First of all thanks to the imdexhibit team for making a grate tool!

I dont know ANYTHING about CSS or HTML so I have a question.
How do I hange the position for my logo to the Right side of the page?

And I want it to be on the same line as the menus.

The logo is placed with Pre-Nav Text box

tahnks alot!

http://soma-film.com/

arsondpi / 2010-12-02 03:58:13   

change for #menu { ...width: 100%;...min-height:72px;... }
and add

  1. #menu p:first-child {
  2. height:72px;
  3. position:absolute;
  4. right:0;
  5. top:0;
  6. width:322px;
  7. }
marmar / 2010-12-02 08:03:41   

Thanks!

but where do I add this??

arsondpi / 2010-12-02 09:08:16   

...well start by reading the two red links in the Useful threads post. It has all the necessary information to get you start customising your site.

sbeckmann / 2014-04-16 12:30:52   

So if I want to position the logo on the left instead of the right side, what should I do?

In style.css file, I've already changed, 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.

It never moves it to the middle, in fact when I remove float:left; it makes a column with the menu.

Vaska A / 2014-04-16 12:48:58   

This is a legacy thread...

This thread has been closed, thank you.