CSS to hide sidebar

Home Forums Calendar Products Events Calendar PRO CSS to hide sidebar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #79913
    courane01
    Participant

    http://whocenterpa.com/events/ I’d like to make the calendar full-width. I am using Headway, which is awesome for most everything. I have already hidden the featured image on single events with div.tribe-events-event-image{display: none;} in the css editor. Is there something similar to omit the sidebar (making the calendar full width)?
    Ideally – I’d love a way to bump the existing sidebar to widgets under the calendar.
    In Headway I can style the single events, but not the /events page.

    #80029
    Barry
    Member

    I’m sorry courane01 but we can’t generally help with customization requests – a good knowledge of CSS is certainly key for something like this and you will probably want to review the Themer’s Guide, too. That said, you can see that it’s possible to target and change the width of the events content like so:

    .events-gridview .block-type-content { width: 1200px }

    If you tidy that up and also play with the floats (and clearing of floats perhaps, in the case of the sidebar) you’ll probably be able to get close to achieving what you need here.

    Hope that helps!

    #982728
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CSS to hide sidebar’ is closed to new replies.