Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

WP Ecommerce - Extra Blank Space WordPress

  • SOLVED

Hi there!!

Currently customizing WP ecommerce (on the checkout page) and I can't seem to get rid of extra space. The only thing that shows up to me are the "hidden values" of the checkout fields - nothing else. Which doesn't make sense to me.

Can someone take a look here: http://www.communitykicks.com/products-page/checkout/

The Gold Cart has been purchased.

Thank you!

Answers (2)

2015-03-27

Jayaram Y answers:

give this in your css file..

.page-id-1120 article .post-content p:first-child{
display:none;
}


Emilia Farrace comments:

Thank you - it worked!

2015-03-27

Andrea P answers:

the problem are the br/ tags between each hidden field.

have you added them manually? why all the fields are set to be hidden? is that made by you in order to hide them?

if you want to completely hide the form fields, you should use Jayaram's code, or simply cut them off (maybe better to comment-out) from the code of the cart template. but then your cart won't work anymore I think..