szool 0 Report post Posted February 16, 2011 When I choose the option to Hide search on top of theme, the search box goes away but I cannot reclaim that space for the nav... it still drops my nav down to the 2nd line, instead of letting me go all the way across the top with extra tabs. http://citizenmediagroup.com Share this post Link to post Share on other sites
Kate 3 Report post Posted February 16, 2011 Hi Soljon - It's actually a CSS issue. Add this to your custom code: #menu-main-nav{width:100% !important;} Share this post Link to post Share on other sites
szool 0 Report post Posted February 16, 2011 got it, thanks. Now, is it possible for me to specify where the break is, so I can put some items on the top row and some items on the bottom row? Right now I have no control over that, it just fills the top line and then rolls to the bottom one. I would like to control what items appear where. Ideally, I'd like to create another smaller menu underneath the main menu to contain a few other links. Is that possible as well? Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 16, 2011 You could add hardcode some link into the _nav.php ...platformpro has a secondary nav but isn't yet available with SP Share this post Link to post Share on other sites
szool 0 Report post Posted February 16, 2011 hardcode meaning to tell it which items to display on the top and bottom? Because right now when the top row fills, it just keeps going on the bottom but I have no control over which ones I want where. Share this post Link to post Share on other sites
Kate 3 Report post Posted February 17, 2011 In theory you should be able to register a second menu and just add that call to the header. I believe the way it's set up now you'd want to use a hook. Share this post Link to post Share on other sites
szool 0 Report post Posted February 17, 2011 that is way over my head..... Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 17, 2011 Soljon... i know you have a lot of requests it may be worth your while to consult with someone if you really really need this stuff done: http://pagelines.com/pros Share this post Link to post Share on other sites
szool 0 Report post Posted February 17, 2011 good idea. I will check into it. Share this post Link to post Share on other sites