Home Forums WoodMart support forum Split: Keep arrows on slider when streching to fullwidth

Split: Keep arrows on slider when streching to fullwidth

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #246809

    inputchip
    Participant

    Hello, what is the solution to have the arrows show on a full width Woodmart product slider? Please post the solution so others can also implement it. Is it possible to have the arrows above like in the screenshot?

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

    inputchip
    Participant

    Also, is it possible to have the sliders aligned left with a little bit of overlap on the right side like the above attachment? Align center has a similar effect, but not perfect.

    #246820

    Artem Temos
    Keymaster

    Hi,

    Please, describe to us your problems in a bit more details. Attach some screenshots and provide us with a list of steps on how to reproduce it on your website.

    Thank you in advance.

    #246824

    inputchip
    Participant

    The problem is that when you use a full width product carousel (with stretched section & content), the carousel arrows (on hover) end up being off of the page so you can’t see them. Is there a way to move the arrows somewhere they are visible so people are aware that it is a carousel?

    Ideally the arrows could get moved above like the screen shot attached earlier.

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #246849

    inputchip
    Participant

    Yes, I will include link and login in the private content. The issue can be seen on the homepage.

    #246932

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .wd-section-stretch-content .owl-carousel .owl-prev {
    	left: 0 !important;
    }
    .wd-section-stretch-content .owl-carousel .owl-next {
    	right: 0 !important;
    }
Viewing 7 posts - 1 through 7 (of 7 total)