• Resolved colin

    (@scot184)


    Hi All,

    I’d like to decrease the left-hand width of my navmenu, and increase the right-hand width of the navmenu, which is controlled by a float.

    Here’s the stylesheet:

    http://pastebin.com/YJaYz6dD

    For site:

    http://www.thetruthaboutmortgage.com/

    Essentially, I want those tabs on the right-hand side of the navmenu to get more width across the top of the page so I can add maybe a fifth topic, while reducing the left-hand portion of the navmenu.

    I’ve tried editing the width of the navmenu in the stylesheet, but nothing happens when I do that. I’m not sure if this has something to do with the float?

    Thanks for any help!

    Colin

Viewing 4 replies - 1 through 4 (of 4 total)
  • try to reduce the width of #adsense46815 by the same amount that you increase #navmenu:

    div#adsense46815
    		{
    		float: left;
    		margin-top: 3px;
    		width: 470px;
    		}
    
    /* menu page
    ----------------------------------------------- */
    Thread Starter colin

    (@scot184)

    I tried that…it didn’t work. Any other suggestions?

    Thanks!

    Colin

    did you clear the browser cache after the changes?

    press ‘reload’ a few times; or press ‘CTRL F5’

    Thread Starter colin

    (@scot184)

    Touche…I was clearing the cache with WP-cache, but wasn’t clearing Firefox…it works as you suggested. Sorry for the fail on my part. And thanks so much for your help!

    Colin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Navmenu Width – Unsleepable Theme’ is closed to new replies.