Viewing 6 replies - 1 through 6 (of 6 total)
  • Post a link to your site.

    please use a tool such as Firefox’ add-on Firebug https://getfirebug.com/ to investigate the css in case of formatting problems.

    Thread Starter ramagram

    (@ramagram)

    That is slick… let me give it a go. Obviously I am not a css pro ??

    Thanks to both of you

    Thread Starter ramagram

    (@ramagram)

    OK.. got everything to fit, but now I have a strange little “hanger” lol

    HERE

    Hovering over (or clicking on) any menu item has a little green box on the bottom right (goes below the brown bar). I really have looked everywhere and am getting nowhere.

    Any help is appreciated!

    Well, it took a LOT of fussing around, and I was about to give up, but I finally found it!! yay!

    You need to change the height in the following code to 24px (it WAS 28px):

    `.header ul.menu > li > a:hover, .header ul.menu > li:hover > a, .header ul.menu > li.current_page_item > a, .header ul.menu > li.current-menu-item > a {
    background-position: right -44px;
    height: 24px;
    }

    That fixes the “hanger” problem — and hopefully won’t create any other issues. LOL.

    Thread Starter ramagram

    (@ramagram)

    Out of town but will try to de-hanger when I. Get back. Thanks so much for your efforts.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar doesn't fit – NatureFox’ is closed to new replies.