Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    Look at style.css line 131:

    #main .widget-area .widget {
      margin: 0 0 0 24.202127659574%;
    }

    Margin left is in percents. Change it to fixed size in pixels:

    #main .widget-area .widget {
     margin: 0 0 0 92px;
    }

    Thread Starter demiurgos

    (@demiurgos)

    Thanks!

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

The topic ‘Widget Jumps to Right When Scrolling’ is closed to new replies.