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
Move "add to Cart Button" in [wp_eStore_fancy8 id=1]
(4 posts) (2 voices)-
Posted 11 months ago #
-
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.
Posted 11 months ago # -
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
Posted 11 months ago # -
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:
http://www.tipsandtricks-hq.com/forum/topic/change-the-width-of-the-audio-container-wp_estore_fancy8-id1Posted 11 months ago #
Reply
You must log in to post.