- This topic has 3 replies, 2 voices, and was last updated 14 years, 8 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 › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › Want to move my bottons down a smidge…
Hi hi,
so i have this small issue, and i have read most of the documentation on the site…. very, very sorry for being a little slow (i dont really know that much about… well anything tech related)
anyway my page is: http://hairyoulove.com/wholesale/?p=32
all i want to do is move the botton “add to cart” down a smidge, but unsure of how.
you say to change the .css in other posts, and i was hoping you could give me the file name i need to change and- well, the code i would need to copy and paste to make the changes.
If you could spoon feed me this information- one time, i would be forever grateful.
much love
~Jessica
Hi Jessica, No need to be sorry
The easiest way to do this would be to put the following code before the button shortcode:
</br>
The above HTML code starts a new line so you can use that to add empty line to create some space.
hi hi
thankyou for your reply.
still a little stuck, do you mean this code?:
<h3 style=”text-align: left;”><span style=”color: #a8195e;”>18″ Stick Hair i-tip</span></h3>
<h5 style=”text-align: left;”>Price:
$87.50 USD Per Packet
Remy Human Hair
1g per strand
125 strands per packet</h5>
<h6 style=”color: #800000;”>min order 8 packets per color</h6>
[wp_cart:1g curly itip Hair 18 inch- packet:price:87.50:var1[Color|1|1b|2|4|6|8|10|12|14|16|18|22|24|27|30|33|60|613|99J|118|130|144|350|530|850|Blue|Burg|Green|Orange|Pink|Purple|Red|Yellow]:end]
When i place it at the start or end it does not move the add to cart
You can add padding in the CSS of the button. Open the “wp_shopping_cart_style.css” file and find the following bit of code:
.wp_cart_checkout_button:hover{
opacity:0.7;
}
.wp_cart_button:hover{
opacity:0.7;
}
Now, add padding as you need.