Home Forums WoodMart support forum Products in compare “add to basket” does not allign

Products in compare “add to basket” does not allign

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #592546

    rrafal889
    Participant

    I use “Even product grid for desktop” and still in “compare section” this function does not work. Please check extra content.

    #592657

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you share some screenshots for better understanding where you have faced the issue so I will check and give you a possible solution? Also share the wp logins details of your site.

    Best Regards.

    #592665

    rrafal889
    Participant

    I dont want to share screens, as this would be public. I can give you permission in extra content.

    #592811

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have added the products in the compare on your site and not seen any issue.

    Best Regards.

    #592829

    rrafal889
    Participant

    It’s because you added products with same number of lines in title. Try products I am sending in extra content.

    ALSO Please delete your screenshot, as I dont want this public.

    #592904

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    This is due to the long product title. Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS to control the title line limit.

    .page-id-45 .wd-entities-title {
        display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2; /* Change this value to control the number of lines */
    }

    Best Regards.

    #593088

    rrafal889
    Participant

    Thank you Aizaz, but I do not want to limit product title.

    In Theme settings->product archive-> product styles the parameter “Even product grid for desktop” aligns the “add to basket button” and it aligns the button to the lowest button position in the row. I would like to achieve the same in “compare page”.

    #593233

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to say it is not possible to align these products with this options. Try to add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS.

    .page-id-45 .wd-entities-title {
        height: 70px !important;
    }

    Best Regards.

    #593303

    rrafal889
    Participant

    I added the code, flushed cache, but still page elements overlap each other. Tak a look on the website

    #593444

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards.

    #593578

    rrafal889
    Participant

    yes, I will give page in extra content

    #593754

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site and it is showing fine.

    Best Regards.

    #593782

    rrafal889
    Participant

    Yes, now it is fine. So it must have been something with cache. Thank you very much for your help. I wish you a great day. Also, can I please ask you to delete all screens and videos from this post? I dont want this public.

    #593905

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have removed all the screenshots.

    Best Regards

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