Hello
Thank you for Enfold. It´s great!
I switched from Woocommerce German Market to Woocommerce Germanized.
Everything works fine, only… there is a small CSS bug. The “inkl. 19% MwSt.” is not directly under the Price. Please, can I get a quick css fix?
Thanks for your help upfront.
Best regards
Dieter
Hey fotos4friends!
Try adding this to your custom CSS.
.tax-info {
padding-left: 15px !important;
}
Cheers!
Elliott
Thanks Elliot
Now its the padding 15 px also on the single product page.
How can I change it only on the shop page and how can I do that the tax info ist directly under the Price.
Cheers
Dieter
Hi!
Please add following code to Quick CSS as well
.tax-info {
margin-top: -25px!important;
}
.inner_product_header {
background: transparent!important;
}
Cheers!
Yigit
great… thanks
Cheers
Dieter