- This topic has 5 replies, 2 voices, and was last updated 9 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 › eStore – Quantity and Add to Cart button not lining up
I can’t see a way of getting my product description, price, quantity and Add to Cart button to all line up. At the moment the Quantity and Add to Cart are the worst offenders, refusing to line up. What am I doing wrong?
Here is a url to my test page:
[http://www.turnbullturkeys.co.uk/shop-test/]
Hope someone can point me in the right direction.
Adrian.
Ok, I’ve now adjusted my site a bit more (removed the Quantity option) but still have the problem of the Add to Cart / Buy Now button not lining up down the page with the buttons for other products. I’m hoping I can adjust this some where but don’t know where to look.
Your theme seems to have a bit of CSS issue. You can do a test by switching to a default WordPress theme to see how it looks.
With that said, the following tweak should help you. You can use the custom css plugin to insert this custom CSS:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Use the following CSS to add some padding around the name and price so it lines up better with the button.
.eStore_fancy9_name, .eStore_fancy9_price{
padding: 10px !important;
}
Thank you. That definitely looks better.
I’m still struggling to line up the Buy Now buttons on the right side of each item for sale. Most line up nicely but others at the bottom of the page don’t because the descriptions are varied and shorter. Is there any way of making all the Buy Now buttons line up?
I need to see it to see what you are talking about. When I go to the shop-test page, it gives a 404 error.