Jump to content

logo next to the menu


Recommended Posts

The way I see it, you will need to assign a width value to sf-container and float it right.

than assign a 100% width to the menu ul class.

and for the logo you can just assign an absolute position to fit you menu line.

 

try:

superfish-modified.css

 

.sf-contener {

clear: both;

width: 70%;

float: right;

}

 

 

.sf-menu {

float: left;

margin-bottom: 1em;

width: 100%;

}

 

global.css

 

#header_logo {

float: left;

display: block;

position: absolute;

top: 60px;

}

Link to comment
Share on other sites

Thank you again for your code.

 

I have hooked the slider to the top of page as you will see in the screenshot.

 

i used all the code you gave to me but i dont want the slider to be next to the logo, i want it to stay under.

 

I just want the menu next to the logo.

 

thanks for your time :)

 

How it is now :

post-462360-0-27423500-1358676972_thumb.jpg

 

 

how i want it to be :

 

post-462360-0-33025800-1358676981_thumb.jpg

Edited by forestier (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...