Complete Theme: Nivo Slider Navigation Button positon

Home Forums All Other Themes Complete Theme: Nivo Slider Navigation Button positon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #49933
    JoelJoel
    Member
    • Topics: 8
    • Replies: 11
    • Total: 19
    Member since: June 8, 2016

    The Previous and Next slider buttons (on hover) – are not vertically aligned with the caption container. Screen shot of the problem: http://screencast.com/t/4TykThRQbV

    Is there a fix for this? I’ve tried a number of css tweaks but nothing seems to work. Also, It would be great if this was done as a flexbox.

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

    Hi Joel,

    Kindly show us your website URL so that we can provide you the css code to fix this.

    Regards,
    Dave

    #50080
    JoelJoel
    Member
    • Topics: 8
    • Replies: 11
    • Total: 19
    Member since: June 8, 2016

    Unfortunately the site is not external. The coding is what came with the theme. I have not modified it.

    Please advise.

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

    Hi Joel,

    Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box

    Add this code there:

    .nivo-directionNav a{top:50% !important;}

    Change the top value according to your need.

    Regards,
    Dave

    #60825
    JoelJoel
    Member
    • Topics: 8
    • Replies: 11
    • Total: 19
    Member since: June 8, 2016

    Thanks — this was my solution:
    .nivo-directionNav a{top:calc(50% – 15px);}

    (For future readers.. calc is subtracting half the height of the graphic when it figures the vertical center)

    Any chance future updates can use flex, a much better solution.

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

    Hi Joel,

    Thanks for sharing the info.

    Regards,
    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Complete Theme: Nivo Slider Navigation Button positon’ is closed to new replies.