Padding single event page and main calendar

Home Forums Calendar Products Events Calendar PRO Padding single event page and main calendar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #957994
    Monica
    Participant

    Hi there,
    I am having issues with the padding for the single event and for the main calendar page:

    http://motownmushrooms.com/event/bdn-maine-garden-show/
    http://motownmushrooms.com/events/

    I used the code advised in another forum post:
    .single-tribe_events #main-fullwidth {
    padding: 15px;
    }
    but I didn’t see any changes…. Any suggestions on a different way to add padding to the right and left?
    Thank you!

    #958063
    Zach Tirrell
    Keymaster

    Hi Monica!

    It looks like the CSS you found is close. Try this one instead:

    [code]
    .single-tribe_events #tribe-events-content {
    padding: 15px;
    }
    [/code]

    Let me know if that is what you are looking for.

    #958376
    Monica
    Participant

    Yes! That worked! Thank you so much. What should I use to add padding to the main view of the calendar? (month, week, day and photo)

    #958760
    Zach Tirrell
    Keymaster

    Depending on how you want the filter bar to appear impacts where to put that padding.

    If you want to leave the filter bar full width and just adjust the calendar part:
    [code]
    .events-gridview #tribe-events-content {
    padding: 15px;
    }
    [/code]

    Or, you want padding around everything:
    [code]
    .events-gridview #tribe-events-pg-template {
    padding: 15px;
    }
    [/code]

    Let me know if this helps. 🙂

    #958793
    Monica
    Participant

    Thank you so much Zach, that did the trick. YTB!!!

    #959233
    Zach Tirrell
    Keymaster

    Perfect! I’m going to close out this ticket, if you have additional questions, feel free to open a new one.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Padding single event page and main calendar’ is closed to new replies.