- This topic has 3 replies, 2 voices, and was last updated 6 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 › Simple PayPal Shopping Cart › Simple Shopping Cart Tweaks › Simple Cart Collect Customer Input Addon Size
I am trying to figure out how to change the size of the area to type information into the Custom Input Addon. I see some examples on how to do this with the eStore but not sure how when just using Simple Paypal Shopping Cart.
If I missed how to do this with the simple shopping cart I am sorry, everything I saw was referring to file for the eStore to modify.
Here is the page where I am trying to use it. nmgms.org/join/
Do you want to make the text field longer?
Yes I would.
Please add the following CSS tweak to your site and it will make the input field larger. You can add this CSS tweak using the “Appearance -> Customize -> Additional CSS” interface of your site.
.shopping_cart .wpspsc_cci_input {
width: 500px !important;
}