-
AuthorPosts
-
October 21, 2015 at 10:01 am #522223
Hi!
Here I am again with another issue… ;-)
In the product overview is shown the tax and shipping options like this one:
Enthält
19% MwSt.
zzgl.
Versandbut I would like to set it in one line without breaks like this one:
Enthält 19% MwSt. zzgl. Versand
Translation:
Enthält = includes
MwSt. = VAT
zzgl. = plusBest wishes
Kai- This topic was modified 9 years, 1 month ago by vollstark.
October 21, 2015 at 8:28 pm #522501Hey vollstark!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottOctober 21, 2015 at 8:58 pm #522521Oh sorry. Yes :-)
October 22, 2015 at 4:53 pm #523124Hi!
Add this to your custom CSS.
.woocommerce_de_versandkosten a { display: inline !important; }
Cheers!
ElliottOctober 23, 2015 at 8:48 am #523502Hi!
Thanks.
This delete only the break between “zzgl.” and “Versand”. Now it looks like this:
ab: 1,45 € pro Stück Enthält
19% MwSt.
zzgl. VersandBut I would like to have that:
ab: 1,45 € pro Stück
Enthält 19% MwSt. zzgl. VersandHave you got an idea?
Cheers!
KaiOctober 23, 2015 at 4:21 pm #523957Hey!
Add this.
.price * { float: left; margin-right: 5px; }
Cheers!
ElliottOctober 23, 2015 at 6:00 pm #524034hm… it doesn´t work :-(
- This reply was modified 9 years, 1 month ago by vollstark.
October 23, 2015 at 6:04 pm #524040Hi!
I don’t see it added on your site. Add it to the top of Dashboard > Enfold > General Styling > Quick CSS and then clear your cache. If your using a caching plugin then be sure to clear it’s cache as well.
Regards,
ElliottOctober 23, 2015 at 6:07 pm #524044now it´s added. But it looks strange ;-)
- This reply was modified 9 years, 1 month ago by vollstark.
October 23, 2015 at 6:09 pm #524045Hey!
It’s because you changed the line height for certain elements.
.amount { margin: 0 !important; text-align: left !important; line-height: 30px !important; text-transform: uppercase !important; font-size: 18px !important; }
That will make some look bigger than others if they are on the same line. You’ll want to give them all the same line height I imagine.
Cheers!
ElliottOctober 23, 2015 at 6:12 pm #524049Ok, I deleted these “Script” but it is not really better. Please have a look at now.
October 26, 2015 at 6:57 am #524661Hey!
Please try this instead:
div .products .product .price a { display: inline !important; }
Best regards,
IsmaelOctober 26, 2015 at 8:56 am #524717Good morning.
That works fine :-)
And now I need a break after “pro Stück”.
ab: 1,45 € pro Stück (BREAK)
Enthält 19% MwSt. zzgl. VersandDo you have any further ideas?
All the best
KaiOctober 27, 2015 at 5:57 am #525329Hey!
Add this:
div .products .product .price > a span + span + span { display: block !important; width: auto; float: left; } .woocommerce_de_versandkosten { float: left; }
Regards,
IsmaelOctober 27, 2015 at 8:24 am #525353Hi!
fantastic :-))
Thank you very much!
All the best,
KaiOctober 27, 2015 at 12:00 pm #525440uahh, but now it´s twisted in the single product view :-(
And on smartphones the same :(
- This reply was modified 9 years, 1 month ago by vollstark.
October 29, 2015 at 6:58 am #526542Hi!
Could you please provide a screenshot of the issue? Or a link to the product page? Try to replace the code with this:
.archive div .products .product .price > a span + span + span { display: block !important; width: auto; float: left; } .archive .woocommerce_de_versandkosten { float: left; }
Cheers!
IsmaelOctober 29, 2015 at 9:11 am #526595Hi!
With the code from your post #525329 it looks like this:
With the code from your last post on iPhone it´s ok and the single product view too.
In the product catalogue it´s the same like before.But I can live with one of your versions :-)
October 30, 2015 at 9:21 pm #527703Hey!
glad you are happy now. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Alignment of shipping and VAT’ is closed to new replies.