• Resolved justraveling

    (@justraveling)


    Hi, after the recent releases the navigation dots are no longer centered. I’ve tried to center the ol element flex-control-paging using the standard css solutions, but nothing worked. And BTW, is it possible to set a larger top margin for the dots? Again, I’ve tried the usual css tricks, but nothing seemed to work. Thanks. Paolo

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Paolo,

    I believe you need to flush out your autooptimize caching plugin data. If that still doesn’t work, there’s a style that’s causing the extra padding:

    .entry-content ol {
        padding-left: 70px;
    }

    which you can just override with something like:

    .entry-content .metaslider ol {
        padding-left: 0 !important;
    }
    Thread Starter justraveling

    (@justraveling)

    Thank you much! I’ve removed the extra padding and now it’s perfectly centered.

    I’ll mark this as resolved but if you have any more issues feel free to start a new topic. Thanks!

    Forgot to check off resolved! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navigation dots no longer centered’ is closed to new replies.