Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #35786
    Shinju
    Guest

    Hi there,

    I’m having some problems with the slider on my contact page.
    No matter what I do (I know nothing about coding, so haven’t tried that) the slider dots appear in the right place when editing the page, but when it is made live, it appears on top of my text or not even in the slider block. How do I fix this problem?
    I would like the dots to appear at the bottom of the box, just below the text.

    Any help would be greatly appreciated!

    #35795
    Jesse Owens
    Keymaster

    Hello Shinju-

    Thanks for reaching out, and thanks for using the Post and Page Builder for WordPress.

    It looks like your theme, Customify, is overriding some of the styles for the slider. Navigate to your theme’s Customize > Additional CSS menu, and paste these lines there:

    button[id^='slick'] {
    line-height: unset;
    min-height: unset;
    padding: 0;
    }
    button[id^='slick']:before {
    top: unset !important;
    }
    button[id^='slick']:hover {
    box-shadow: none !important;
    }
    ul.slick-dots {
    margin: 0;
    }
    #35871
    Shinju
    Guest

    Hi Jesse

    Thank you so much!
    I managed to fix it with your help

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘The slider dots appear in the wrong place’ is closed to new replies.