• Resolved romuskras

    (@romuskras)


    Please make an margin control, “div” block above the “a” link. The plugin sets properties by default: top, left at 50% and margin-top, margin-left at -20px.

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

    (@simonpedge)

    There are 7 settings for positioning the slider ‘Link’ button: ‘center center’, ‘top left’, ‘top center’, ‘top right’, ‘bottom left’, ‘bottom center’ & ‘bottom right’.

    If you need to override the positioning of this link icon you can do so using the following CSS:

    #SLIDER_ID .owl-item .sa_hover_buttons {
       top:0px !important;
       left:0px !important;
       margin-top:-20px !important;
       margin-left:-20px !important;
    }

    (Replace ‘#SLIDER_ID’ with the CSS ID for your slider)

    Thread Starter romuskras

    (@romuskras)

    Спасибо!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The margin of the links’ is closed to new replies.