Jump to content

how can i change the placing off header items


Recommended Posts

Your css probably clears the float property after "bookmark" causing the browser to interpret everything else that follows as "in a new block".

If you are using firebug right click on bookmarks and sift through the styles related to it.
Try disabling any claer attribute.

Link to comment
Share on other sites

Ok, first of all make sure every module you want to display in the header is properly transplanted into that area (back office/modules/position) and set in the correct order.

In your theme's global.css find #header_links and make sure they are floating:left WITHOUT anything cleared! Whatever comes after it needs to be floating:left, too. That is assuming you are not closing the #header id in between.

If this is the case, go ahead and find the #header id. Make sure it does not clear:left or both. Set it to float:left and cut its width down to a size that leaves enough room for the following object to actually float next to it. You will also need to set the following objects size to a size small enough to float in the remaining gap.

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...