rmhardwick 0 Report post Posted February 2, 2011 I can't seem to find the css to change the location of the nav bar in platform pro. Its probably a very simply div, but can't seem to find it. Would like to move the main nav menu to top right rather than left under logo. Someone? Share this post Link to post Share on other sites
Jean-Philippe 2 Report post Posted February 2, 2011 1) In your WP admin panel go to PlaformPro > Settings > Template Setup > Site Header and move the Navigation section above the Site Branding section. 2) Then go to PlaformPro > Settings > Custom Code and insert these following CSS rules : #primary-nav ul.sf-menu, .sf-menu * {float: right} #primary-nav ul {width: 600px} Change the width value to what you want. I don't know if it's the best way because I'm a CSS beginner but it works well on my website. www.photoreview.fr | www.kankei.fr Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 3, 2011 Thanks Jean-Philippe, first karma point. Did that work for you Mark? Thanks, Bryan Share this post Link to post Share on other sites
rmhardwick 0 Report post Posted February 3, 2011 No it didn't work.... in fact nothing is changing when I put any code in the custom code section or in the base.css and upload. Very Strange. Any ideas. Mark Share this post Link to post Share on other sites
Kate 3 Report post Posted February 3, 2011 Hey Mark - Could we get a link to your site, please? Share this post Link to post Share on other sites