• I am setting up a new blog (raymondnorton.com). I like the free theme I have chosen, but the events calendar distorts the “Events” page. I can follow instruction as far as editing, but am very green in discovering what is causing the problem (I am using firebug). I have several other themes that play nicely with the calendar, but was hoping to find the fix for the current theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Um, I would guess that the calendar is being floated and that float is not being cleared. Find the code that adds the calender to the page and immediately after the code add the following line:

    <div style="clear:both;"></div>

    Hope this helps,
    -Mike

    Thread Starter tamray

    (@tamray)

    Thank you for the reply.

    The calendar is a redirect of a URL (https://raymondnorton.com/?cat=3&eventDisplay=month), so I am not sure where to place that code. I tried my hand at inserting it temporarily via firebug, but did not get anywhere.

    Any ideas how to make the change recommended?

    …opps, originally replied to the wrong post.

    What are you using to create the calendar?

    How are you displaying the calendar?

    Thread Starter tamray

    (@tamray)

    I am using the “Page Links To” plugin to do a redirect to the full URL of the “Events Calendar” (plugin)

    https://raymondnorton.com/?cat=3&eventDisplay=month

    The calendar works in many other templates, but not the one I want. It seems the content area is set to an absolute height, rather than dynamically growing to encompass the size of the calendar. It could be something else entirely; that is just the way it appears to me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Events Calendar distorts page’ is closed to new replies.