• Hamish

    (@brightonbeau)


    In advance, sorry guys, self-taught so probably a dumb question.
    My site is http://www.binaryoptions.com
    I can only get 5 menu items along my top menu bar. At present they are Home, Binary Options Strategies,….., Bookshop. Down the bottom of my side bar pages menu I also have ‘Consultancy’ but although I put it into my Appearance/Menus/pages menu like I have the other headings, this heading refuses to join the top horizontal menu bar.
    Does intepidity only let you have 5 headings along the top? If not clues as to how I’ve screwed up would be very welcome.
    Thanks,
    Hamish

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    The problem is actually that the list that contains the menu items is coded to be only 690px wide — and your menu is wider than that — hence the bottom ones are not visible (though they are there). So you just need to make that section wider in the CSS stylesheet.

    On line 258 of style.css, in the declaration below, change the width to 850px — which seems to be okay on my computer. The entire site is set to 900px wide, so you don’t want to go over than and there is usually a bit of margin/padding so having some “wiggle room” is a good idea.

    #globalnav ul {
        float: left;
        list-style: none outside none;
        width: 690px;
    }

    Interesting site and great looking, BTW.

    Thread Starter Hamish

    (@brightonbeau)

    Thanks WPyogi.
    Just one question…….where do I find style.css? 🙁

    BTW, thanks for the ‘interesting’ bit…….can’t claim for the ‘great looking’ as I guess that’s down to intrepidity.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Intrepidity theme top bar menu’ is closed to new replies.