scot184
Member
Posted 11 months ago #
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
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
----------------------------------------------- */
scot184
Member
Posted 11 months ago #
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'
scot184
Member
Posted 11 months ago #
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