Where is the CSS to adjust the width of the day view? Column is too narrow.

Home Forums Calendar Products Events Calendar PRO Where is the CSS to adjust the width of the day view? Column is too narrow.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1050218
    Cynthia Lockley
    Participant

    I’m trying to adjust the width of the column for the day view. It is too narrow and lots of room is available to the right for spreading it out. The photo view fills out the content space just fine but the day view doesn’t. See
    http://competition.stcwdc.org/event/first-friday-lunch-lebanese-taverna-rockville-md/

    I’ve tried adding the following to the tribe-events.css but it didn’t help:

    #tribe-events #tribe-events-content .tribe-events-single {
    	width: 100%;
    }
    .events-list .tribe-events-loop,
    .tribe-events-day .tribe-events-loop,
    .single-tribe_venue .tribe-events-loop,
    .single-tribe_organizer .tribe-events-loop {
    	width: 100%;
    	margin: 0 auto;
    }
    

    What is the CSS that controls the width?
    Thanks for your help.

    #1051308
    Brian
    Keymaster

    Hi,

    Thanks for using our plugins.

    I took a look at your site and see what you mean.

    It is actually your theme’s css causing this.

    Try adding this css:

    .single-tribe_events .entry-content {
    width: 100%;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1051573
    Cynthia Lockley
    Participant

    Yes. That worked. Thank you!

    #1051677
    Brian
    Keymaster

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Where is the CSS to adjust the width of the day view? Column is too narrow.’ is closed to new replies.