tester123 Posted September 29, 2010 Share Posted September 29, 2010 How to make more room between search block and customer info block?I attached image in case it wasnt clear. Link to comment Share on other sites More sharing options...
rocky Posted September 29, 2010 Share Posted September 29, 2010 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 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