-
AuthorPosts
-
May 30, 2015 at 6:55 pm #287058
I can’t find any settings to edit the placement of this button, but I need to move it from being on the thumbnail image to being under the product price. I also would like to make the button full width of the thumbnail image. I’m assuming that I could edit it with some CSS hacks but can’t find the right class id’s to move.
May 31, 2015 at 4:27 am #287490Hello There,
Thanks for posting in!
To move it from being on the thumbnail image to being under the product price, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button { position: relative; margin-top: 10px; display: block; top: auto; left: auto; opacity: 1; }
Let us know if this has been helpful to you.
June 5, 2015 at 8:39 pm #293993Worked great, thanks!
June 6, 2015 at 7:53 pm #294632You are most welcome!
We are glad we were able to help you out.July 11, 2015 at 12:54 am #327149Hi there,
Can you please help me to get the add to cart button and the # picker on the same line?
July 11, 2015 at 12:56 am #327150This reply has been marked as private.July 11, 2015 at 1:09 am #327157Hi there,
Please add this too 🙂
.woocommerce .quantity, .woocommerce-page .quantity { display: inline-block; }
Cheers!
July 14, 2015 at 6:22 am #329702Hi, this is awesome! could you just tell us how to place a little space between the #picker and button?
http://screencast.com/t/ubFTKT9yVRIS
thanks guys!
July 14, 2015 at 6:26 am #329706Hi There,
Please try following CSS:
button.single_add_to_cart_button { margin-left: 15px; }
Hope it helps.
July 14, 2015 at 7:05 am #329725Rocks like a star! thanks!
July 14, 2015 at 7:08 am #329729You’re welcome!
-
AuthorPosts