Sorry to have to tell you but your Theme has problems.
If you look at “view page source” you will see a very large block of compiled CSS code with lots of parse errors in it.
The line that is causing the problem is in the middle of this.
.fusion-events-featured-image .fusion-events-single-title-content { position: absolute;
position: relative; would fix the immediate problem but I would seriously look for a different Theme with less baggage and fewer problems.
Thanks Jim, ur a life savior.
Hi guys, I’m having the same issue.
How would I deploy “position:relative;” to fix? I’m a bit of a newbie with coding on WordPress.
single event issue with header
How would I deploy “position:relative;” to fix?
In your theme options you should have a tab for “custom css”.
I’m a bit of a newbie with coding on WordPress.
I know the feeling.
It is a different problem.
What I can see is the header logo interfering with ‘subscribe’ and ‘all events’ and is a theme problem which should be fixed by the theme developers.
In the meantime you can try adding this to your CSS.
#masthead.scrolled #site-branding img.custom-logo {
visibility: visible;
}
#masthead #site-branding img.custom-logo {
transition: all .15s;
visibility: hidden;
}