Jump to content

Box on front page


netlokkar

Recommended Posts

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

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

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

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