Tagged: text, webshop, white space
Hi,
I’m using woocommerce with the woocommerce wishlist and woocommerce catalog visibility options. My clients do not have a real webshop, they just want theit clients to create wishlists on the site. So I put a little text above the shop to explain this ( http://ws01.cis-websolutions.nl/~ramzitterd/shop/ ) But as you can see there are some problems:
A lot of white space above the horz. line, that I put in, that I cannot make any smaller using the horiz. linaal.
The space between the verticale line and the horizontal. Is it possible to recuce this to 0?
Looking forward to any help ;-)
Hi studioinktvis!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce-page .hr-full { margin: 0; }
.woocommerce-page .hr { height: 0; }
Regards,
Yigit