windwhippedfarm 0 Report post Posted March 16, 2011 Hi, I am trying to move my navigation bar to the right. After checking out a few forum topics and the css tutorial, this is what I think I need to add in my CSS box: #primary-nav,{float:right;} No luck though, nothing changes. This is my first website attempt, thks for your help! Virginie Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 16, 2011 You have a comma in there that shouldn't be there. Share this post Link to post Share on other sites
windwhippedfarm 0 Report post Posted March 16, 2011 I took the comma out but it still does not work. Any other suggestions? Thank you for your help Adam. Best, Virgine Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 17, 2011 If you get us a link we can test further. Thanks, Bryan Share this post Link to post Share on other sites
windwhippedfarm 0 Report post Posted March 17, 2011 Hi Brian, Here is the link: http://windwhippedfarm.com Thks, Virginie Share this post Link to post Share on other sites
Guest Guest Report post Posted March 17, 2011 You need to also adjust the width of the primary nav, which by default is 968. Seeing as you're using the no search nav you'll want to use the following: #primary-nav ul.main-nav.nosearch Share this post Link to post Share on other sites
windwhippedfarm 0 Report post Posted March 17, 2011 Hi Tyler, This is what I tried: #primary-nav ul.main-nav.nosearch {width:450px;} Still nothing changes, I just can't seem to get my CSS coding to work. Thks for your help, V Share this post Link to post Share on other sites
Guest Guest Report post Posted March 17, 2011 Try adding body in front of that code, and also try applying the same width to #nav_row and floating that right. Share this post Link to post Share on other sites
windwhippedfarm 0 Report post Posted March 19, 2011 Thks, it's working!! Best, Virginie Share this post Link to post Share on other sites