- This topic has 1 reply, 2 voices, and was last updated 10 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 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 › Aligning the "Add to Cart Button" on fancy9 product display template
Tagged: alignment, Product Display
[http://www.atlantasinginglessons.com/still-rockin/]
Looking at the page above, I am wondering if there is anyway to align the “add to cart” button so that even if the title of the product being sold is different in length, the button can be uniformly aligned. Any way to do that? Thanks.
You could apply a width to the product name field for the fancy9 display template. This will help align the rest of the section.
Grab this plugin:
http://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Then use the following CSS in there:
.eStore_fancy9_name{
width: 40%;
}
That should do it.