Jump to content

[ SOLVED ] Light shadow 2 featured products


Recommended Posts

Hi all,
I want to costumize Light shadow 2 template. The front office featured module has 2 blocks and default prestashop template it can have 4 or more. I want to make front office featured module in default way like prestashop orginal. I know that i need to edit somewhere in global.css but i dont know where. Can somebody help me ? I really need a help. I attached picure with those two blocks.

P.S sorry for my bad english

42296_JOVGb1uS2opWP29hj4vS_t

Link to comment
Share on other sites

Hello
Change global.css
------------------------------------------
line 901

#center_column .products_block ul li {
   background-color: #FFFFFF;
   border-bottom: 1px solid #E7E7E7;
   border-right: 1px solid #E7E7E7;
   float: left;
   margin-top: 0;
   padding: 0 0 1px;
   width: 133px;
}



line 950

#center_column div.products_block a.product_image img {
   float: none;
   margin: 0;
}




:-)

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