Home Forums Basel support forum Product variations

Product variations

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #102345

    Niroyan
    Participant

    Hello,

    I need help with your theme please. How can I switch the Dropdown menu belove the label?

    Attachments:
    You must be logged in to view attached files.
    #102408

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please navigate to Dashboard -> Products -> Attributes -> Chose the attribute -> Configure iterms, enable swatch as shown http://prntscr.com/jskm29

    Best Regards

    #102776

    Niroyan
    Participant

    Hello,

    did you understand my question? Your answer is not helping me.

    I want to have the dropdown menu below the label.

    #102817

    Hello,

    Your site is under maintenance, please disable the plugins not related to the theme and provide your site admin access. We shall check the issue and suggest your custom CSS

    Best Regards

    #103073

    Niroyan
    Participant

    Plugins are deactivated. I already provided admin access. Login credentials below

    #103123

    Hello,

    This problem is caused by your plugins and can be fixed with custom CSS. Please add the code to the Theme Settings > Custom CSS > Global:

    .single-product-content .variations td {
    display:block;
    }

    Best Regards

    #103153

    Niroyan
    Participant

    Thank you very much!!!

    #103172

    Niroyan
    Participant

    Now I have another problem. How do I get the same space between label and dropdown menu?

    Attachments:
    You must be logged in to view attached files.
    #103209

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    body .single-product-content .variations tr:last-child td {
        padding-bottom: 25px;
    }

    Best Regards

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