nostradamus Posted April 19, 2010 Share Posted April 19, 2010 i want to move the things that are in the header.like account currency and site-map etchow can i change it so its one one line Link to comment Share on other sites More sharing options...
zwacklmann Posted April 19, 2010 Share Posted April 19, 2010 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 More sharing options...
nostradamus Posted April 19, 2010 Author Share Posted April 19, 2010 I'm trying to do that for 2 days now the only thing i can move is the whole header block not the individual parts Link to comment Share on other sites More sharing options...
zwacklmann Posted April 19, 2010 Share Posted April 19, 2010 The page you are working on is not by any chance accessible online, is it? Would make things a lot easier.If you are using crossLoops I'll be happy to take a look at your issue. Link to comment Share on other sites More sharing options...
nostradamus Posted April 19, 2010 Author Share Posted April 19, 2010 not online yet its on my test serverI'm using the default theme Link to comment Share on other sites More sharing options...
zwacklmann Posted April 19, 2010 Share Posted April 19, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now