• Hi
    In the twentyeleven theme I’ve moved the menu above the header image on https://www.bni-theswan.co.uk/blog but now I cannot click on the menu to go through to the rest of the site. Is it a php coding issue or a style issue? Also have a pesky grey border on top of the menu that I can’t remove? Any help appreciated. Thanks Greg

Viewing 10 replies - 1 through 10 (of 10 total)
  • vtxyzzy

    (@vtxyzzy)

    Your nav area is behind the header area. You can move the header down by adding this to the end of style.css:

    #branding { top: 40px; }

    The grey border is the top border of the header area. You can remove it by adding this:

    #branding { border-top: none; }

    Thread Starter cgsmith1

    (@cgsmith1)

    Superb. Many thanks. Greg. Just one other question, how do I get the colour for the right column to go all the way to the footer. Thanks

    vtxyzzy

    (@vtxyzzy)

    I don’t see a way to do that given the div structure. Perhaps come CSS guru can offer a solution.

    Thread Starter cgsmith1

    (@cgsmith1)

    Thanks once again on the Menu issue, I’ll post a question on the forum for the sidebar. Cheers Greg

    Thread Starter cgsmith1

    (@cgsmith1)

    Hi
    Unfortunately a white horizontal bar now appears under the navigation bar and above the header image. How do I remove this and yet still be able to click on the navigation buttons?
    Help appreciated. Thanks Greg

    orpatech

    (@orpatech)

    Decrease the top: 40px; may be try 25px

    Thread Starter cgsmith1

    (@cgsmith1)

    Thanks for trying, but whilst reducing the thickness of the white horizontal bar, it reduces the ability to click on the menu as the header moves over the top, partially (by 15px) on the navigation menu.
    All help appreciated?

    canada goose jakke

    (@canada-goose-jakke)

    Thanks for this great share. This site is a fantastic resource. Keep up the great work here at Sprint Connection! Many thanks.

    https://www.goosedk.com

    vtxyzzy

    (@vtxyzzy)

    OK – a different approach.

    Take out the #branding { top: 40px; }.

    Add #branding { z-index: 1; }

    Add #access { z-index: 5; }

    Thread Starter cgsmith1

    (@cgsmith1)

    Now that works – thank for persevering. Cheers, Greg

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can't click on Top menu’ is closed to new replies.