Jump to content

[SOLVED THANK YOU]How to make more room between search block and customer info block?


Recommended Posts

Change the following on line 783 of css/global.css in your theme's directory from:

/* block top user information */
#header_right #header_user {
   float: right;
   width: 535px;
   text-align: right;
   margin-right: 6px
}



to:

/* block top user information */
#header_right #header_user {
   float: right;
   width: 535px;
   text-align: right;
   margin-right: 6px;
   margin-bottom: 6px
}



This will add 6px spacing below the user info block.

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