Home › Forums › WoodMart support forum › Need CSS for Mobile Browser Switch
Need CSS for Mobile Browser Switch
- This topic has 14 replies, 2 voices, and was last updated 2 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
April 22, 2022 at 9:32 pm #370313
prattsyParticipantHello,
I have a mobile style problem with the Firefox browser.
Must therefore set up a browser switch.
Need CSS for the elements (see image).
The text is cut off on the right and the end Point of the Text is free in space.Best Regards
Attachments:
You must be logged in to view attached files.April 25, 2022 at 10:58 am #370716
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS >Mobile:
.woocommerce-cart-form .jde_hint { padding: 0; min-height: auto; padding-bottom: 25px; } .woocommerce-cart-form .jde_hint a { margin-bottom: 0; word-spacing: 20px; } .woocommerce-cart-form .jde_hint .actions { display: block; text-align: left; } body .product-subtotal .woocommerce-Price-amount { margin-right: 5px; } body .product-subtotal .wgm-tax { margin-bottom: 5px; } .woocommerce-cart-form .jde_hint .actions:before { display: none; }
Best Regards
April 25, 2022 at 10:30 pm #370890
prattsyParticipantMANY THANKS!
For perfect Design i need two little Things.
Please see Images.
Best Regards
Attachments:
You must be logged in to view attached files.April 26, 2022 at 3:13 pm #371097
prattsyParticipantI need this for Mobile Firefox.
Other Browsers ok.April 26, 2022 at 3:35 pm #371111
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-subtotal .woocommerce-Price-amount { margin-right: 0 !important; } body .product-subtotal .wgm-tax { display: block; width: 100%; }
Best Regards
- This reply was modified 2 years, 7 months ago by Elise Noromit.
April 26, 2022 at 4:23 pm #371121
prattsyParticipantHello,
please see Images.
Google ok, Firefox not.Best Regards
Attachments:
You must be logged in to view attached files.April 28, 2022 at 12:34 am #371494
Elise NoromitMemberHello,
Please move the code:
body .product-subtotal .woocommerce-Price-amount { margin-right: 0 !important; } body .product-subtotal .wgm-tax { display: block; width: 100%; }
from the Global to Mobile in the Theme Settings > Custom CSS.
The problem that occurred in the Firefox on mobile may be caused by increased font size. This font size is increased either by the browser settings or your device settings. We have checked the issue on our devices in Firefox and we do not see the problem: https://prnt.sc/NfMgXZSYC8vC
If you have any questions please feel free to contact us.
Best Regards
May 2, 2022 at 5:05 pm #372535
prattsyParticipantHello,
Please see Picture.
Now i wrote for this Problem third Time.
Please fix it.Best Regards
Attachments:
You must be logged in to view attached files.May 3, 2022 at 2:29 pm #372767
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cart-totals-inner .wgm-tax br { display: none; }
Best Regards
May 3, 2022 at 4:54 pm #372815
prattsyParticipantHello,
Thanks!
Please see Image.
For Mobile Cart i need little Style Customizion for Tax Info.Best Regards
Attachments:
You must be logged in to view attached files.May 4, 2022 at 4:36 pm #373036
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cart-totals-inner .wgm-tax br { display: none; }
Best Regards
May 4, 2022 at 6:20 pm #373067
prattsyParticipantHello,
this CSS always exists.
You have mailed it to me before.
Not work for this Problem.
You can see it in my CSS.Best Regards
May 4, 2022 at 11:37 pm #373099
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-subtotal .wgm-tax { text-align: left; }
Best Regards
May 4, 2022 at 11:47 pm #373105
prattsyParticipantthankyou
May 5, 2022 at 4:34 pm #373406
Elise NoromitMemberYou are welcome! We are here to help.
Wish you a wonderful day!
-
AuthorPosts
The topic ‘Need CSS for Mobile Browser Switch’ is closed to new replies.
- You must be logged in to create new topics. Login / Register