Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855532

    dkawai
    Participant

    Hello,

    I know you guys don’t do third party plugin support, but I’m having a problem with the way the header operates in one of my pages. I am using Events Calendar by Modern Tribe https://wordpress.org/plugins/the-events-calendar/

    Background info
    ICON Stack
    Localhost

    I’ve got everything displaying well, and there’s no problem with plugin compatibility, except for one annoying hiccup with the header.

    When in desktop mode, my content (a events search bar) gets pulled under the header as you can see in the first screenshot. However when I take the browser down to a tablet size, the search bar content is perfectly displayed.

    Is there some negative margin somewhere? I’m confused, please help.

    Thanks

    #855606

    dkawai
    Participant

    Never mind, fixed it. For everyone’s reference, it’s kind of a hack job but just added some margin to the div

    #tribe-events-pg-template {
    margin-top: 10% !important;
    }

    #855980

    Christian
    Moderator

    Glad you’ve sorted it out and thanks for sharing. 🙂