Product page is little messed up
-
Hello!
My product page is little messed up. The button is not aligned. Please see the attached image.
Attachments:
You must be
logged in to view attached files.
Hello,
Deactivate the plugins not related to the theme and check the issue again.
Best Regards
Yes, it is because of the Facebook chat plugin I’m using but that plugin is very important to me.
Plus how can I change the size of add to cart button? I want it to be bigger.
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .btns-shop-light .single_add_to_cart_button{
width:80%;
}
Set the width as per your needs.
Best Regards
This code is not making any changes.
Hello,
Please replace the code with this one:
.btns-shop-light .single_add_to_cart_button{
width:80%;
}
Best Regards