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

    (@max-bond)

    Hello!

    To solve this problem you need to add one css instruction:
    .widget { width: 220px; }

    Thread Starter Michael Aronoff

    (@masterk)

    That worked great but since my theme also has widgets in other locations that have different sizes I used the following:

    #main .widget { width: 220px; }

    That way only widgets in the main body area are affected. I hope that helps some other folks.

    Keep in mind if you use a different theme you may need to set the size differently.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Browser Resize Problem’ is closed to new replies.