Linked Variations Issues on Product Page
-
Hello,
I encountered two problems while working with the Linked Variatons element of your theme:
1. There is a huge gap between the attribute (here “Color”) and the colon. It also can be seen on your demo page (https://woodmart.xtemos.com/accessories/product/iphone-12-pro-moment-case-olive/). How to fix this?
2. Because of this, I tried to hide the label completely using the given option “Label position” in Elementor. But I found that this function does not work either. Could you please patch it?
Best regards
Hello,
Glad to have you as a user of our theme!
1. Please provide a screenshot for a better understanding of which you want to reduce the indentation.
2. Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
I look forward to hearing from you.
Kind Regards
Hello,
thank you for your answer.
Here are two screenshots. I marked the label, which I am talking about.
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
1. Here is the code that reduces the gap:
.single-product .variations_form-linked table.variations .label {
padding-right: 10px;
}
https://monosnap.com/file/xeMrOA1olSIaCfyib7xr6AawsguHYk
2. Please apply the WooCommerce mod variation form single
file as in the below screenshot. In the next update, it will be fixed.
https://prnt.sc/flAnZwHPoDrR
Let me know if there is anything else I can help and have a good day!
Kind Regards
Hello,
1. Sorry, actually I mean the gap in “Color :” (see red arrow in the picture). It looks like there is an unnecessary space character inserted. There should be no gap like in “Share:” below (green arrow).
2. Thank you!
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
1. Sorry, try the below one code for changing the gap.
.single-product .variations_form-linked table.variations label:after {
margin-left: -3px;
}
https://monosnap.com/file/kQye3pDsbzTSRO2nfCglcvlvKjdgAe
Kind Regards
Hello,
it works, thank you very much for your help!
Have a nice day
You are welcome!
If there’s anything you need, please write me or another member of our help desk team.
We’re here for you!
Kind Regards
The topic ‘Linked Variations Issues on Product Page’ is closed to new replies.