Can't adjust events header size

Home Forums Calendar Products Events Calendar PRO Can't adjust events header size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1015923
    Mark
    Participant

    The header on the events landing page and the event pages have a lot of padding that I can’t seem to adjust without changing the rest of the site. Can you help?

    http://gccs2.sprocketwebwerks.com/events/

    #1016032
    George
    Participant

    Hey @Mark!

    The padding I think you’re referring to unfortunately comes from your theme; I say “unfortunately” because we do not offer support for theme design tweaks, or for the writing of any custom code…

    With that being said, however, I took a quick look at your site and would recommend adding the following CSS to the bottom of your theme’s style.css file:


    body.post-type-archive-tribe_events div.l-main {
    padding-top: 0 !important;
    }

    Here’s how that made things look on your site for me when I tested this code:

    I hope that top-padding is the padding you are referring to, and that this code helps; let me know! 🙂

    — George

    #1016151
    Mark
    Participant

    Great. Thanks, George! I couldn’t track down the right classes to change that didn’t adjust the entire site. Thanks so much!

    #1016619
    George
    Participant

    Nice! Glad to help @Mark 🙂

    That’ll bring this specific thread to a close, but if any other questions or concerns arise, open a new thread any time!

    Best of luck with your site,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can't adjust events header size’ is closed to new replies.