netlokkar Posted October 1, 2010 Share Posted October 1, 2010 Hi, I have the website www.netlokkar.com and on the main page on the bottom there's a gray box, does anyone know how to remove this grey box ?Thanks ! Link to comment Share on other sites More sharing options...
rocky Posted October 2, 2010 Share Posted October 2, 2010 Change line 1043-1046 of themes/prestashop/css/global.css from: #center_column .products_block .block_content { background: #d0d3d8 none; padding:0pt; } to: #center_column .products_block .block_content { background: none; padding:0pt; } Link to comment Share on other sites More sharing options...
netlokkar Posted October 2, 2010 Author Share Posted October 2, 2010 Alright I did that now the center column is all crooked :/ Link to comment Share on other sites More sharing options...
rocky Posted October 2, 2010 Share Posted October 2, 2010 I just checked your CSS and it still has the first code block above. It's a simple background colour change that shouldn't have caused any alignment issues. I'm not sure why it would. I can't see any alignment issues on your website right now. Link to comment Share on other sites More sharing options...
netlokkar Posted October 2, 2010 Author Share Posted October 2, 2010 I just checked your CSS and it still has the first code block above. It's a simple background colour change that shouldn't have caused any alignment issues. I'm not sure why it would. I can't see any alignment issues on your website right now. Yes I must have changed something else, i uploaded a new global.css to fix it and will try the color change again now 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