RevolutionaryLegion Posted November 21, 2011 Share Posted November 21, 2011 Ever since I started with PrestaShop, the default has been for the header logo to be locked against the left-column menu -- there's no space between them. I want to add space to make it look better. How would I do that? Does anybody know? Thanks in advance. Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Hi RevolutionaryLegion, It would be easier to help you with your website url . Link to comment Share on other sites More sharing options...
RevolutionaryLegion Posted November 21, 2011 Author Share Posted November 21, 2011 www.commie-cams.com It's my test website, and as you can see, the logo is touching the column, lol Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Ok, you have quite a huge logo . You can edit global.css file in your theme folder and add margin in : #left_column { clear: left; margin: 10px 0 0; overflow: hidden; width: 191px; } This way you will have 10 pixel margin at the top of the left column. Link to comment Share on other sites More sharing options...
RevolutionaryLegion Posted November 21, 2011 Author Share Posted November 21, 2011 You're the man, Carl -- thank you very much, I appreciate it! Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Glad I could help ! Could you add [solved] to your title ? Thanks. 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