Home Forums WoodMart support forum Missing responsivity for select options

Missing responsivity for select options

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #233020

    tcsg.toth
    Participant

    Hello.

    Photo attached about the problem. The “Válassz egy lehetőséget” missing half part.
    I’ve used shopkeeper before and there were no problem like this.
    How can I solve this issue to make it responsive?

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product .variations_form .variations .value select {
    	width: 220px;
    }

    Best Regards.

    #233151

    tcsg.toth
    Participant

    It not solved the issue, because in iPad I totally cannot see the select options

    #233152

    tcsg.toth
    Participant

    It not solved the issue, because in iPad I totally cannot see the select options

    photo attached

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

    Hello,

    I saw the screenshot you attached. It is due to the width that we are trying to assign to the variations dropdowns as per your requirement to display the complete text.

    Please try moving the Custom CSS from the Global Custom CSS area to the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.

    Then clear the cache and check back.

    Best Regards.

    #233224

    tcsg.toth
    Participant

    I removed all the custom CSS code from the site, but still cannot select options from ipad.. what should I do next?
    Also I moved your code to Dekstop CSS

    #233249

    tcsg.toth
    Participant

    Also I checked it from my iPhone X, and the title should be in 2 lines..

    #233250

    tcsg.toth
    Participant

    photo attachede

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

    Artem Temos
    Keymaster

    Hello,

    Please, replace the previously added code and with the following one

    .variations_form .variations tr {
      display: flex;
      flex-direction: column
    }
    .variations_form .variations label {
      white-space: normal;
      line-height: 1.4;
    }
    .variations_form .variations tbody tr .label {
      padding-bottom: 10px;
    }
    .variations_form .variations .wd-attr-selected {
      display: none;
    }

    Kind Regards

    #233399

    tcsg.toth
    Participant

    worked, thank you

    #233417

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Missing responsivity for select options’ is closed to new replies.