- This topic has 21 replies, 5 voices, and was last updated 11 years, 6 months ago by .
- 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 › Align Centering The Encrypted Download Button Universally
Thank you …. the latter (<div> code) didnt make any difference for some reason…
The former did center it but was behaving weirdly and wrapping the text – have however centered it by changing the length of the text.
I have a similar problem but this time with the custom Add to Cart button
The URL is [http://www.carbiz.in/awesome-deals/emergency-roadside-assistance9]
Could you please help with a fix for this as well…
Need the Button and the custom field and its text centered.
Thank you in advance
What shortcode are you using on that page to show the add to cart button?
Hi, try using the following css in the custom css file of eStore plugin:
.eStore-button-form{
display: block !important;
text-align: center;
}
I am using
[wp_eStore_add_to_cart_custom_button id=9 button=”http://carbiz.in/awesome-deals/wp-content/uploads/2013/05/Add-to-Cart-Button.jpg”%5D
Use the following in your WordPress post/page editor and it will center that add to cart button (you will need to enter this in the “Text/HTML” view of the editor):
<div style="text-align:center;">
[wp_eStore_add_to_cart_custom_button id=9 button="example.com/image/add-to-Cart-button.jpg"]
</div>
Perfect !!
Did I tell you that your products and support are right up there with the Best… Thank you