The checkout page of the Woocommerce one page checkout plugin is ugly in mobile. Fortunately, you are an awesome support and you are helping me actually a LOT to improve it. Thanks! This is the page: http://www.edinventa.com/checkout/
-
The title is too big and broken into two lines in mobile. So we need to reduce it a little bit and remove all margins and paddings. I have been able to do it in Chrome Inspector, but my CSS skills are horrible. See the screenshot below. One thing I detected is that
.entry-title
is not set as100%
. It produces that the line is either broken into two lines or non centered. -
The rest of the texts are quite big. So I want to reduce them to
font-size:1rem;
and modifying the padding and margins to 0.
How can I modify it in the Global CSS file?
Thanks so much!!
Carlos