Jump to content

On sub-catagories images overlaps discription


Recommended Posts

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

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