Home › Forums › Calendar Products › Events Calendar PRO › Single Events Margins
- This topic has 3 replies, 2 voices, and was last updated 12 years ago by
Barry.
-
AuthorPosts
-
March 12, 2014 at 2:05 pm #117996
Tony
ParticipantI’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.March 12, 2014 at 6:52 pm #118083Barry
MemberLooks 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 🙂
March 12, 2014 at 8:43 pm #118129Tony
ParticipantThanks 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!!!
April 21, 2014 at 7:51 am #138388Barry
MemberClosing 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!
-
AuthorPosts
- The topic ‘Single Events Margins’ is closed to new replies.
