• Resolved Jason

    (@stanleymog)


    Hi,

    I’ve set up the above slider but have a problem that I cannot find the answer.

    The slider increases in height depending on how many rows are in the title, for instance if there are 3 rows, then 5 rows, then 3 rows again, the height gets bigger, then smaller again as you will see in the link.

    Is there a way to set the height to stop this happening as it causes my web page to go up and down?

    I look forward to hearing from you.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Amit Paul

    (@paulamit)

    Hello @stanleymog,

    Thank you for contacting the support.

    Actually, we have tried to check your provided URL but I think you have provided the editing page URL. However, please provide the exact issue page URL so that we can check and assist you with a proper solution of that. No worries.

    Looking forward to helping you.

    Thread Starter Jason

    (@stanleymog)

    Bugger, had too many windows open and posted the wrong one!

    https://itemsofwonder.co.uk/elementor-5056131165294/

    Thread Starter Jason

    (@stanleymog)

    Any update please?

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @stanleymog,

    Hope you are doing well. Sorry for the late reply.

    I have checked the shared URL. I didn’t get the EA Woo Product Slider widget on this page. You can check this screenshot. Can you please share the page URL where you are using the EA Woo Product Slider widget? So that we can check and help you with the custom CSS code.

    Let me know. Thanks!

    Thread Starter Jason

    (@stanleymog)

    Hi,

    Its the top slider underneath ‘New Products’ but showing Sale items at the moment.

    Thread Starter Jason

    (@stanleymog)

    Not sure whats going on, just tried it in Firefox and it doen’t appear but does in Google.

    Thread Starter Jason

    (@stanleymog)

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @stanleymog,

    Thanks for your update message. I have checked and got it now. You can use the below custom CSS code for setting the slider height and setting the minimum height for the title. You can adjust the value as you need.

    /* Slider height set */
    .eael-woo-product-slider-container .eael-woo-product-slider {
      height: 600px !important;
    }
    
    /* Set minimum height for title */
    .eael-product-title h2 {
      min-height: 150px !important;
    }

    You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Hope this will help you. Let me know how it goes.

    Thanks!

    Thread Starter Jason

    (@stanleymog)

    That works a treat, thank you.

    Plugin Support AR Rasel

    (@arrasel403)

    Hi @stanleymog,

    Good to know that your issue gets fixed. Thanks for your valuable update. I am closing this topic as resolved.

    If you are facing any other issues, feel freely reach our team here.

    Have a good day!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to set height for WOO PRODUCT SLIDER’ is closed to new replies.