Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi FNTitan,

    It looks like your theme auto stretches the center column to the width of the browser, or at least in the case of our plugin. We will need some time to investigate this further. Can you give us any information about your theme? Is it a Thesis theme? Custom built? Any information would help us out.

    Thread Starter fntitan

    (@fntitan)

    It’s a theme called Headlines from WooThemes. Here’s a link that might be helpful – woothemes.com/2009/11/headlines/

    Thanks!

    I have the same problem. The calendar is streched and also when I click on a post which is also an event in the calendar the post will be streched too.
    I use Atahualpa 3.4.5.1 theme and wordpress 2.9.1
    Tomas

    Hey Everyone,

    Just a friendly reminder that the Dev Team will return from vacation in one week. I’m sure they will provide assistance when they return. In the meantime, does anyone else have any ideas?

    Thanks,

    – Noah

    Have you tried to modify the stylesheet?

    http://www.legends247.com/projectx/ahhs/wp-content/plugins/the-events-calendar/resources/events.css?ver=2.9.1

    A quick fix would be to add ‘margin’ and ‘width’/’max-width’ to your ‘tec-content’ element:

    #tec-content {
    font-size:1.2em;
    margin:auto;
    width:960px;
    }

    Alternatively you can modify the ‘tec-content’ child elements.

    You might want to look into using the “Firebug” add-on for Firefox to analyze and manipulate stylesheets.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: The Events Calendar] Calendar Stretches To Far’ is closed to new replies.