Home Forums WoodMart support forum owl-prev and owl-next never display

owl-prev and owl-next never display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176363

    lacasadelmarketing
    Participant

    Hello.
    I created a carrousel gallery in the home page to display as slides (due to your Slider module not having links).
    The problem I have is that even with “Hide prev/next buttons” set to NO, the navigation doesnt display.

    #176365

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #176374

    lacasadelmarketing
    Participant

    OK

    #176379

    Artem Temos
    Keymaster

    These arrows are displayed but you don’t see them because your slider is full width and they are out of the container. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woodmart-carousel-spacing-0 .owl-nav > div[class*=next] {
        right: 20px;
    }
    
    .woodmart-carousel-spacing-0 .owl-nav > div[class*=prev] {
        left: 20px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)