jmaybes Posted August 28, 2012 Share Posted August 28, 2012 Hello fellow prestashop developers & users! I have a problem with what i believe is is in my css. I am using a custom theme and when viewing a product with others in the same category, the text which reads below top image "x amount of products in the same category" is actually aligned across the images from the categories. I would like to fix or even just remove if I must. Can be viewed here: http://bluerayengineering.com/tooters/22-6-crystal-tube-blank.html Thanks ahead for any help! Link to comment Share on other sites More sharing options...
tdr170 Posted August 28, 2012 Share Posted August 28, 2012 Give this a shot edit the productscategory.css located in ..modules/productscategory, fine the heading #productscategory_list and add margin-top:30px should look like this when done. #productscategory_list { overflow: hidden; float: left; width:96%; margin-top:30px } Now to align the scroll arrows find the heading #productscategory_scroll_left, #productscategory_scroll_left and change margin-top: to 60 Should look like this when done: #productscategory_scroll_left, #productscategory_scroll_right { background: url('img/thumbs_left.gif') no-repeat center; text-indent: -3000px; display: block; width: 9px; height: 18px; float: left; margin-top: 60px; 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