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

    (@max-bond)

    Hello!
    This is CSS issue. Try to set fixed width to widget container. Something like:

    .widget {
      width: 300px;
    }
    Thread Starter sviesioji

    (@sviesioji)

    first: http://prntscr.com/equbny
    second: http://prntscr.com/equbw4

    Now it doesn’t expand in height, but check these screenshots, content goes to right side after scrolling.
    .widget {
    width: 400px;
    height: 300px;
    }
    Only when i wrote height in code, it fixed (with lower width or height it doesn’t work..). I need to set fixed width for widget content somehow maybe?

    Plugin Contributor Max Bond

    (@max-bond)

    Well… need to check your widget styles more precisely. Can you publish a link to your site?

    Thread Starter sviesioji

    (@sviesioji)

    My site is still on localhost…

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

The topic ‘widget expands(bug)’ is closed to new replies.