- This topic has 4 replies, 5 voices, and was last updated 10 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › WP eStore – Center add to cart button
Tagged: add to cart, center, center button, css
Try as i might i cannot centre this simple “add to cart button.
This is what i have on my wordpress page:
<p style=”text-align: center;”>[wp_eStore_add_to_cart id=1]</p>
how/where do i make the necessary tweaks?
Hi, can you please provide a link to the page so I can take a look at the Add to Cart button?
Instead of using paragraph tags use the following to center the button:
<div style="text-align: center;">[wp_eStore_add_to_cart id=2]</div>
You can apply the following technique to center any eStore button. Remember to add this while in the “Text” mode of the editor (because this is HTML code):
<div style="text-align: center;">[shortcode goes here]</div>
Excellent! It works… thanks
I would like to know how to center the button for a squeeze page. This is what I have now:
gratitude
[wp_eStore_free_download_squeeze_form id=2]
Thank You!
Here is a link to a helpful post for this:
https://support.tipsandtricks-hq.com/forums/topic/centering-add-to-cart-fancy-6-button
Please post a link to the page where you have that shortcode.