Adjust position of Slider Pagination

Home Forums All Other Themes Adjust position of Slider Pagination

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78882
    Stephen DanceyStephen Dancey
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: December 23, 2016

    Hi, in Disco Dancer theme, is there a simple way to adjust the position/location of the slider pagination dots?

    On a computer display I’d like to move them up closer to the slider button & text

    But on a mobile device I’d like to move them down just a little but so they don’t overlap slider button & text

    website: danceystudios.com

    thanks a lot!

    #78895
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Customize>>Basic>>Scroll down to find Custom CSS and paste there:

    .nivo-controlNav { bottom:120px !important;}
    
    @media screen and (max-width:479px) {
    .nivo-controlNav { bottom:0 !important;}
    }

    Regards,
    Chris

    #78993
    Stephen DanceyStephen Dancey
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: December 23, 2016

    Great, thanks Chris

    #79022
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.