Jump to content

[SOLVED] Error after changing div.block .block_content css code


Recommended Posts

Hi,

i just changed the css for the block_content in global.css file.

I wanted to add 1 px solid black border, but after doing so, the homepage products look like in the attached photo.

Here is the css code i have now:

div.block .block_content {
   border-left: 1px solid #000;
   border-right: 1px solid #000;
   padding:0.5em 0.7em 0pt;
   background: #E1E1E1;
   min-height:20px;
}



How can i put the border, but have the homepage products displayed normally ?

22243_1PbdLGqGLMr7HnbRLCmh_t

Link to comment
Share on other sites

I agree with what Tomer said above. Try reducing the width of the individual products in the featured products block from 132px to 131px. It is in the "#center_column .products_block ul li" block in the /* Special style for block products in center column */ section.

Link to comment
Share on other sites

  • 3 weeks later...
I agree with what Tomer said above. Try reducing the width of the individual products in the featured products block from 132px to 131px. It is in the "#center_column .products_block ul li" block in the /* Special style for block products in center column */ section.


It worked!

Thank you very much for helping me!
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...