Jump to content

[SOLVED] Best Sellers images broken


mikevalueav

Recommended Posts

i am using PrestaShop 1.5.4.1 and my URL is www.valueav.co.uk

 

 

open: /modules/blockbestsellers/blockbestsellers.css

 

change:

#best-sellers_block_right li a.content_img {
display: block;
float: left;
padding: 1px;
height: 47px;
width: 67px;
text-decoration: none;
background: #333;
} 

to:

#best-sellers_block_right li a.content_img {
display: block;
float: left;
padding: 1px;
height: 82px;
width: 102px;
text-decoration: none;
background: #333;
}

and change:

#best-sellers_block_right li p {
float: left;
margin-left: 7px;
padding: 0;
width: 125px;
font-weight: bold;
font-size: 12px;
} 

to:

#best-sellers_block_right li p {
float: right;
margin-left: 7px;
padding: 0;
width: 65px;
font-weight: bold;
font-size: 12px;
}
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...