Tagged: x
-
AuthorPosts
-
March 28, 2016 at 3:07 pm #855532
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
LocalhostI’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
March 28, 2016 at 3:57 pm #855606Never 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;
}March 28, 2016 at 9:39 pm #855980Glad you’ve sorted it out and thanks for sharing. 🙂
-
AuthorPosts