• Resolved imperativeseo

    (@imperativeseo)


    In IE and other browsers there is a huge gap between my header and the actual top of the page. This goes for mobile as well.

    I tried adding a 738×90 Ad to fill the space but it just moved it down more.

    Any advice?

    http://theallegiant.com

Viewing 12 replies - 1 through 12 (of 12 total)
  • You have this CSS in “switcher.css” file:

    body {
        font-size: 16px !important;
        margin-top: 240px !important;
    }
    Thread Starter imperativeseo

    (@imperativeseo)

    Thank you so much… Let me see if I can fix it!

    Thread Starter imperativeseo

    (@imperativeseo)

    I’m looking everywhere and can’t find switcher.css

    Nice one WPyogi πŸ˜‰ I was inspecting the CSS and totally missed that

    Thread Starter imperativeseo

    (@imperativeseo)

    where is that line of code?

    Thread Starter imperativeseo

    (@imperativeseo)

    πŸ™ This is driving me crazy. Since I can’t find it can I override it?

    I looked at your web page using firebug and there’s a call to switcher.css in <head> of your theme. Its in a chunk of stylesheets being loaded just after the <title> tag.

    The reason you cant find it is becasue its being loaded from an external source. You can either comment out or delete that line and the switcher.css won’t load anymore. If that doesn’t do it then, there must a plugin thats loading that script for you, so just disable stuff until it goes away.

    Thread Starter imperativeseo

    (@imperativeseo)

    Ok I understand…. I know this sounds stupid but where do I delete this line out from. Which file is calling to the external one.

    Its very strange but its been doing it from the start even when I didn’t have any plug-in installed. :/

    It’s from the theme demo — this line:

    <link rel="stylesheet" href="http://www.gabfirethemes.com/demos/theme-switcher/switcher.css" type="text/css" media="screen" />

    Try removing it from header.php

    Further, since that’s a commercial theme – it’s not supported here, so if you need more help, you need to contact the vendor.

    Thread Starter imperativeseo

    (@imperativeseo)

    Sorry that was a stupid question…. after looking at the source I figured it had to be the header.php

    THANK YOU SOOOO MUCH FOR YOUR HELP!!

    Glad to help πŸ˜‰

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Need help with header…’ is closed to new replies.