Home Forums WoodMart support forum compare page products not looking good

compare page products not looking good

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #627203

    kidsdial4
    Participant

    UI is looking not good. it is not aligned. please make all product information aligned. it should look professional. if you want you can add sliders for those products

    #627298

    Hello,

    Could you please share some screenshots which issue you have faced? so I can better understand your issue? This will help me guide you more effectively

    Best Regards

    #627615

    kidsdial4
    Participant

    Hi

    I have shared the screenshot in private contentof previous comment , also here : https://imgur.com/a/3SYzWrI

    #627842

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-compare-table .wd-entities-title {
         display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1; /* Change this value to control the number of lines */
    }
    .wd-compare-table :is(.button,.added_to_cart) {
        font-size: 10px !important;
            padding: 5px 5px !important;
    }
    .wd-compare-table .product-image img {
        max-height: 60px;
    }

    Best Regards

    #627857

    kidsdial4
    Participant

    I have added the code, but still it showing same result, we have tried in private window.
    Please try from your side. and make it aligned. or if possible please add slider if we there are more than 6 items.

    #628036

    Hello,

    Now check back your site and check the issue.

    Best Regards

    #628081

    kidsdial4
    Participant

    Images are stretched now, before it was looking clear. please resolve the image. also please make it responsive as it is not looking good in mobile devices

    #628177

    Hello,

    Your issue has been resolved. Check back your site and check the issue. I have modified the custom css on your site.

    Best Regards

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