• Resolved Erwin88

    (@erwin88)


    When using Gamepress the navigationbar in Firefox isn’t put on the right position. Using IE9 and Chrome no problem.

    The position must be on the black-line between header and page.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you provide a link to your webpage with the problem, or confirm the issue persists on the original theme’s demo website?

    Thread Starter Erwin88

    (@erwin88)

    My website.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think the issue roots at the style of margin-bottom of 16px on #header nav in the stylesheet.

    Does that theme come with a section in the dashboard named, “Custom CSS” or “Jetpack”.. Something similar?

    Thread Starter Erwin88

    (@erwin88)

    I visit other gamepress websites, and there is the same problem.
    No the theme haven’t custom css ore jetpack options.
    It’s only possible to hard edit css.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try using this Custom CSS Manager plugin and its allocated section of the dashboard to hold this CSS modification;

    #header nav {
     margin-bottom: 0;
    }

    Theme Author alex27

    (@alex27)

    Thanks for pointing that out. This issue will be fixed in the upcoming update.

    Thread Starter Erwin88

    (@erwin88)

    You’re welcome, one morge bug, after “Posted in” there is no space, you need to add &nbsp+; to fix it. Delete the +

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘BUG Navigation Bar View’ is closed to new replies.