• brumo

    (@brumo)


    Hi! I tried to change the alignment of the arrows. It is possible to show them below the images but not horizontally centered next to the slider-images to the right/left.

    #service_slider .owl-nav {
    padding-bottom:-50px;
    }

    How can I make that alignment work? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Well, firstly, there is no such thing as Negative Padding. CSS does support negative margins, so you are probably getting confused by the two.

    Also, you may have to use the “!important” declaration, e.g.
    padding-bottom:50px !important;

    Thread Starter brumo

    (@brumo)

    Yes, got mixed up :/ Thanks for clarification.

    I managed to change the style of the arrows but still they show up on the bottom left/right of the images. Any chance to align them with the images (horizontally centered next to the images, a few pixels up compared to standard)?
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Horizontal Alignment Arrows’ is closed to new replies.