- This topic has 3 replies, 2 voices, and was last updated 13 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 Troubleshooting › Move "add to Cart Button" in [wp_eStore_fancy8 id=1]
Tagged: add to cart, wp_eStore_fancy8
When I placed [wp_eStore_fancy8 id=1] on my site the add to cart button was not inline with the rest of the text. Using firebug on the site I noticed an extra
in there. Once removed it looks great. Where can I go in the code to change this? Here is a link to my page. http://rickprice.co/diskography/revisited-2008
If you are posting some code in the forum please wrap it in backticks (`) so it doesn’t get filtered.
Please try the above method to post what extra thing you noticed so I can reply to your question.
Thank you for the reply. If you can take a look at the link I have in my post you can see the “add to cart” button is not located in the product box. Also the size of the Audio-container is 130px and I would like to change it to 250px. Where can I edit this code.
Thanks in advance
Looks like you added a width property (width: 90px;
) in the following CSS (which is making it go to the next line as it is not fitting in this line:
.eStore_fancy8_button {
float: left;
height: 25px;
padding: 5px;
width: 90px;
}
Take out the width from the above CSS.
I replied your other post where you also wanted to know how to change the size of the audio container: