• How do I move the navigation buttons so they are below my images in my slider. This code was recommended in the forum:

    easingsliderlite, .easingsliderlite div, .easingsliderlite a, .easingsliderlite img {
    line-height: 0 !important;
    margin: 0 0 -28px !important;
    outline: medium none !important;
    }
    When I add this code to my custom CSS file, the buttons move down and it looks fine for all of the images in the slider except the first image. The first image actually moves up. It apprears that the above code is somehow reducing the margin between the first image and the header.

    My site is: lakesidecollegeadvisers.com. I do not have the above code in my CSS at the moment because it looks strange.

    Thank you.

    https://wordpress.org/plugins/easing-slider/

Viewing 1 replies (of 1 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @poppx, have you tried using absolute positioning or CSS3 transforms, instead of just a negative margin? I’d reckon this is a better solution 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Changing position of the nav buttons below the slider image.’ is closed to new replies.