Lrak64 Posted September 13, 2013 Share Posted September 13, 2013 Has anyone come across a workaround to images overlapping the discription in sub-category display. The example is here: http://www.cleanandsweet.com/index.php?id_category=10&controller=category Link to comment Share on other sites More sharing options...
PascalVG Posted September 13, 2013 Share Posted September 13, 2013 Try to find this css line (probably in themes/chakana/css/product-list.css, but can be somewhere else): .exclusive.ajax_add_to_cart_button { padding-left: 0 !important; margin-left: 0; } Change into: .exclusive.ajax_add_to_cart_button{ padding-left: 0 !important; margin-right: 0; margin-top: 60%; float: right; padding-bottom: 10%; } (N.B. Used %, as I saw that it's a responsive Theme. Try it out on other devices to see if it works well!) My 2 cents, pascal 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