Okay
  Public Ticket #2240206
Swatches overlapping with Quantity Input Area
Closed

Comments

  •  1
    doyoung123 started the conversation

    Hi,

    We have been facing issues like such whereby the colour swatches overlapping with the next content (quantity input) when there are too many swatches (disregard text or colour swatches). We requested for a fix previously and was brushed off by your end. 


    Perhaps you may add space or a paragraph between them? This issue remains the same across various screens on our devices here. 

    Your help is highly appreciated. Thank you very much.

  •   doyoung123 replied privately
  •  1
    doyoung123 replied

    (we fixed the issue already)

  •  1
    doyoung123 replied

    (we fixed some of the issues already), one remaining:

    We have been facing issues like such whereby the colour swatches overlapping with the next content (quantity input) when there are too many swatches (disregard text or colour swatches). We requested for a fix previously and was brushed off by your end.

    Please refer to my first comment for attachment. Thank you

  • [deleted] replied

    Hello,

    You can add style css in MGS -> Theme Setting -> Custom Style

    3458271166.png
    .product-info-main .product-add-form .product-options-wrapper {
        clear: left;
        overflow: hidden;
    }