Hey, I need to write next to the inclusive taxes (inkl. MwSt.) zzgl. Versand. The first picture is an old picture and some guy edited my code but now I have a new website and don’t know how to add the “zzgl. Versand”
My website https://timitar-gewurze.myshopify.com/
Password: timitarspices
Hey,
One solution can be to use the below CSS hack:
.product__policies.rte.small--text-center:after {
content: " zzgl. Versand";
display: inline-block;
}
Adding the code at the end of your theme.css should do the trick.
Cheers!
1 Like
Hey,
Thanks a lot!!
How can i move them to the left, only on Phone?
Hi,
On my end it looks different, it doesn’t seem that the code I’ve provided was added.
The below code can be used to align the price to the left, only on mobile phones.
@media (max-width:768px) {
.product-single__meta .rte, .product-block.product-block--price {
text-align: left !important;
}
}
Regards,
Hey,
The price is already on the left, but the text below not.