- This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 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 › WP eStore Forum › estore – "collect details" page – font vertical line spacing format issue
When the customer fills out the collect details form , I see that the headers named “Billing information”, “Shipping Information” and “credit card details” the line spacing of the font is sitting too low against the faint blue background box and its not in capitals as like the rest of the words/formats. The end result doesnt look neat and tidy. The text is using my large paragraph website fonts which are not configured with the standard fonts format box used on the collect details page.
As a result the page looks a bit unprofessional.
Any ideas how to fix this? Thanks
It’s probably a CSS mismatch with your theme. Please provide a link, with instructions, on how to replicate the anomaly.
Please go to my shop page below, click on add to cart, update shipping charges and then click on checkout button. You will then arive at the collect details page where you will see the font mis-allignment. Thank you
[http://whiskyselect.com/e-shop/]
@alancrayton, Please do the following:
1) Install our WP Custom CSS plugin.
2) Add this piece of CSS code in there.
#wp_pg_order_form_content h2{
height: auto;
}
Hi,
I copied the 3 lines of CSS code and saved it. Unfortunately there was no change.
Please try this:
#wp_pg_order_form_content h2 {
height: auto !important;
}
That worked! Thanks.