Hi there,
I have a staging site here: http://luiza.ethermedia.hu/kassza/
On the desktop, the shipping labels look fine, but on mobile:
The labels are stuck under the tickers. How can I fix this?
Thanks!
Hi there,
I have a staging site here: http://luiza.ethermedia.hu/kassza/
On the desktop, the shipping labels look fine, but on mobile:
The labels are stuck under the tickers. How can I fix this?
Thanks!
Hey There,
To resolve this you need to add the following Custom CSS inside the theme options panel or your child theme’s css file.
.woocommerce #shipping_method label {
display: block;
margin: 0 0 0 1.4em;
}
Hope that helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.