• Resolved PeterBe_SK

    (@peterbe_sk)


    On testing WP site I used sidebar calendar widget. His bottom margin goes down / up depends on box with link to older posts. If post is short, widget is correctly showing. But if post / page is long, then bottom margin of widget goes down and it is very height. In IE11 and chrome is problem. In IE compatibility mode and safari is ok. I used theme zeeNews.
    How can I correct this strange behavior of calendar widget?
    Thank you.

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is this specific to zeeNews? In other words, do you see the same thing with Twenty Twelve? If not I’m afraid there isn’t too much we can do to help, but the following resources may be useful in building a workaround:

    Hope that helps!

    Thread Starter PeterBe_SK

    (@peterbe_sk)

    Thank you for response. After investigation I add in css file this – float:right and it is correct.

    #sidebar {
    width: 340px;
    /*margin-left: 660px;*/
    float: right;

    I think it is similar in other zee templates, which users reported in this forum.

    Barry

    (@barryhughes-1)

    Excellent, thanks for sharing your solution ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Widget is very height – browser compatibility issue’ is closed to new replies.