Single Events Margins

Home Forums Calendar Products Events Calendar PRO Single Events Margins

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117996
    Tony
    Participant

    I’m looking for the css that controls the left margins of single event content as well as the left & right margins of wootickets content. You can see on this page (http://volunteerschanginglives.org/event/food-4-kids-backpack-program/) that event content appears indented by approx 20px from left margin; I’d like it to line up with the event title. For the wootickets content, I cannot figure out how to extend the right margin so that it is justified with the google map. Many thanks

    UPDATE: I’ve managed to correct the wootickets margins by adusting the padding % on (.single-tribe_events #tribe-events-content form.cart, .single-tribe_events #tribe-events-content div.cart).
    As for the content left margin, if it’s merely a function of defining the left margin as a negative value, I’m familiar with that…just wasn’t sure if there was a setting someplace else affecting that.

    #118083
    Barry
    Member

    Looks like a great site!

    It does seem that you’ve made a few customizations to your single event page layout though with additions like the progress bar – and I also see a few extra wrappers have been placed around the single event content, including div.col-md-12 (which adds some padding of 15px), you could avoid this with a rule like:

    div.col-md-12 { padding: 0; }

    This would target that element and adjusting the padding – however please be mindful that this could have effects on other elements in your theme, so you might need to be more specific:

    .tribe-events-single-event-description div.col-md-12 { padding: 0; }

    Please also remember if you make these sort of customizations (or if it is a set of customizations for our templates that ship with the theme) you do also need to manage any associated issues that spring up or seek help from whomever put them in place.

    Let me know if that helps 🙂

    #118129
    Tony
    Participant

    Thanks for flipping a light switch, Barry. The issue is being caused by the Visual Composer that’s bundled with my theme. The margins are perfect when I disable it for events. Thanks a million!!!

    #138388
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Single Events Margins’ is closed to new replies.