Home Forums WoodMart support forum Compare table on mobile.

Compare table on mobile.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #98554

    wonglui
    Participant

    The compare table has only one colum show on the mobile version, and it cannot display the function of the comparison product. I don’t think it makes sense. I think it would be better if I changed to two columns on the mobile version. Can do this?

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

    Hello,

    The comparison table has as many columns as many products are compared https://gyazo.com/d282587ef0f011c7fbcebed282a6b2c2

    The table has the scroll on mobile.

    There is no option to change this.

    Best Regards

    #98607

    wonglui
    Participant

    I know the scrolling on the mobile, but the image is too big. I think it would be better if you reduce the image size and it looks comfortable.

    #98659

    Hello,

    Please add the code to the Theme Settings > Custom CSS > Mobile

    body .woodmart-compare-row .woodmart-compare-col {    
        -webkit-box-flex: 1;    
            -ms-flex: 1 0 50%;    
                flex: 1 0 50%;
    }

    Best Regards

    #98824

    wonglui
    Participant

    Yes, it works, you are the perfect guy!

    #98830

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Compare table on mobile.’ is closed to new replies.