• Resolved laurenpippin

    (@laurenpippin)


    Every individual event I create seems to go behind my logo and my menu. How can I fix this? I wish there was an option to add a divider so the event title and “<< All Events” link would show lower on the page. I cannot seem to figure out how to make those two sections lower on the page so they are not behind my menu and logo.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @laurenpippin

    You could try adding some padding to the top of your event to bring down the event content. You can add your CSS to the stylesheet through the Additional CSS part of the WordPress Customizer. Add something like this:

    div.tribe-events-content.tribe-events-single {
    padding-top: 100px;
    }

    I hope that helps!

    Thanks,
    Jaime

    Thread Starter laurenpippin

    (@laurenpippin)

    Hi Jaime,

    Thanks for the idea of adding padding. I had to add padding to this section to get it to work:

    .tribe-events-back {
    padding:100px
    }

    Thanks!

    Plugin Support iammarta

    (@iammarta)

    Great to hear! We’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Event title is behind my menu and logo’ is closed to new replies.