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

    (@woodent)

    Your theme’s style.css on line 181 is the problem:

    .pointer{
        left: 18px;
    }

    You can either edit that line or add this one:

    .promo_slider_wrapper div.right_arrow {
      left: 225px;
    }
    Thread Starter markyawn

    (@markyawn)

    Thank you for the quick response. Fixed me right up.

    Mark

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Promotion Slider] Navigation formatting problems’ is closed to new replies.