Howto add margin around calendar content?

Home Forums Calendar Products Events Calendar PRO Howto add margin around calendar content?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #218487
    gordian
    Participant

    Hi,

    i am looking for a working css, that puts a margin or padding around the events-maincontent (for all event views).

    I use the theme http://theme.wordpress.com/themes/confit
    and the calendar maincontent is directly positioned to the left side of the screen without any space.

    How can I put a margin of 50px to the left screen (for all event views).
    Example: http://www.westcoastswingcafe.com/events

    Kind regards,
    Gordian

    #218867
    Casey
    Participant

    Gordian,
    Thanks for getting in touch! You should be able to do this by adding some margin to the #tribe-events-content container, like this:


    #tribe-events-content {
    margin-left:50px;
    }

    Give that a try and let me know if it does the trick. Thanks! 🙂

    -Casey-

    #465979
    Casey
    Participant

    I just wanted to follow up and see if you’re all set here or if you still have further questions. Just let me know if you have further questions or if I should go ahead and close out this thread. Thanks! 🙂

    -Casey-

    #666764
    Casey
    Participant

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    -Casey-

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Howto add margin around calendar content?’ is closed to new replies.