Home Forums WoodMart support forum Swatch display on mobile view

Swatch display on mobile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #313239

    Candice
    Participant

    Hi,

    The swatches display on mobile view will break into two rows. I want it be in one row as on desktop view and don’t show the option again after selecting. How can I do? Thanks.

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

    Hello,

    Please use the below custom CSS code and paste it to Theme Options >> Custom CSS >> Mobile CSS section:

    .single-product table.variations tbody tr td.label {
        display: table-cell;
    }

    Best Regards.

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