Jump to content

Need help for produces listing style


Recommended Posts

Hello, I'm new for Prestashop and i got the problems to change the size of produce's image.

picture 1 below is the default look for Prestashop 1.4.7.0, and picture 2 is the way i need to

change. Picture 3 is the look(style) i want it to be . Looking forward for your reply !

 

PS: My site is www.guildwars2hot.com

 

Regards!

post-190509-0-98526600-1331119396_thumb.jpg

post-190509-0-48125200-1331119424_thumb.jpg

post-190509-0-00548200-1331119463_thumb.jpg

Link to comment
Share on other sites

Locate /themes/default/css/product_list.css and change margins in rules below as required

 

#product_list li .content_price {
margin:26px 0 15px 0;  /* <----- change this */
}

#product_list li .lnk_view {
display: block;
margin-top:15px;  /* <----- change this */
padding:0 10px;
border:none;
font-weight:bold;
color:#0088CC;
background:url(../img/arrow_right_1.png) no-repeat 100% 4px transparent
}

 

to shrink the boxes vertically, and margins in the rule below to close the gap between boxes

 

#product_list li {
margin-bottom: 14px; /* <----- change this */
padding: 12px 8px;
border: 1px solid #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px
}

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