Home Forums WoodMart support forum Linked Variations Issues on Product Page

Linked Variations Issues on Product Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #422803

    oliverw
    Participant

    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

    #422861

    Luke Nielsen
    Keymaster

    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

    #422867

    oliverw
    Participant

    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.
    #422910

    Luke Nielsen
    Keymaster

    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

    #422920

    oliverw
    Participant

    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.
    #423051

    Luke Nielsen
    Keymaster

    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

    #423092

    oliverw
    Participant

    Hello,

    it works, thank you very much for your help!

    Have a nice day

    #423131

    Luke Nielsen
    Keymaster

    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

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Linked Variations Issues on Product Page’ is closed to new replies.