mikevalueav Posted March 12, 2014 Share Posted March 12, 2014 Anyone know how i would fix this ? Thanks in advance Mike Link to comment Share on other sites More sharing options...
PascalVG Posted March 13, 2014 Share Posted March 13, 2014 Hi Chavkilla, Can you provide a link to the site? That would be so much easier to find a solution... What PrestaShop version do you use? pascal Link to comment Share on other sites More sharing options...
mikevalueav Posted March 13, 2014 Author Share Posted March 13, 2014 i am using PrestaShop 1.5.4.1 and my URL is www.valueav.co.uk Link to comment Share on other sites More sharing options...
vekia Posted March 13, 2014 Share Posted March 13, 2014 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 More sharing options...
mikevalueav Posted March 13, 2014 Author Share Posted March 13, 2014 As always sir you are a legend - fixed it lovely Link to comment Share on other sites More sharing options...
vekia Posted March 14, 2014 Share Posted March 14, 2014 you're very welcome i marked topic title as solved and also my post as solution with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now