Jump to content

Can You Align Modules In The Navbar?


Recommended Posts

I found these lines in blockuserinfo.css and tried changing margin from 10 to 52, but it made no difference (even after clearing cache). Any ideas on other things I could try?

#header_user_info a {	display:inline-block;	margin:0 0 0 10px;	padding:3px 0 0 34px;	line-height: 11px;	border-left:1px solid #000
Edited by Ricky Blunda (see edit history)
Link to comment
Share on other sites

Hello

 

Try putting the code at the bottom of global.css and use the !important modifier

 

.header_user_info a {padding-top: 52px!important;}
 
.header_user_info {border-left: 0px!important;}          
 
.header_user_info {border-right: 0px!important;}
 
The 2nd and 3rd lines will remove the borders
 
Paul
Link to comment
Share on other sites

Ok, many thanks, that did the trick and moved the blockuserinfo module down a notch! Now it's sharing the same row as the cart and search module.

 

You couldnt happen to know how to make the height of the displaynav smaller, would you? It's working as is, but it would be neat if I could remove the "top row" empty field. Or is it perhaps the height of the blockuserinfo I need to change?

Edited by Ricky Blunda (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...