• Resolved mdanesi

    (@mdanesi)


    Hi! I’m having trouble with mobile views in single events. Something is messing with the single event title margin, in that specific case, making the title start behind the header menu.
    Like this.

    • This topic was modified 4 years, 5 months ago by mdanesi.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter mdanesi

    (@mdanesi)

    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

    Thread Starter mdanesi

    (@mdanesi)

    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;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Single event title margin’ is closed to new replies.