Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #268929

    I’d like to move the bullets in my fullwidth easy slider to the top right instead of the bottom center. Can you help?

    #269121

    Hey vpayette!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia-slideshow-dots a { bottom: 370px; }

    Cheers!
    Yigit

    • This reply was modified 9 years, 10 months ago by Yigit.
    #269196

    That didn’t work. bullets are still bottom center

    #269198

    Hey!

    I have edited the code i posted, please try it now

    Regards,
    Yigit

    #269211

    Thanks. Now it’s in the center of the slider. The slider is a 1060 x 500 picture.

    #269236

    What’s the code to make the bullets go to the top right?

    #269317

    Hey!

    Try adding this code to the Quick CSS:

    .avia-fullwidth-slider { position: relative !important; }
    .avia-slideshow-dots { position: absolute !important; top: 50px !important; right: 15px !important; width: auto !important; left: auto !important;}
    

    Cheers! 
    Josue

    #270692

    That worked! You guys are awesome!

    #270696

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Full slider bullets position top right’ is closed to new replies.