arbimass 0 Report post Posted October 26, 2011 First off, thanks in advance to all. I am in the need for some guidance to customize my nav bar on platforms pro. It's too tall .. or too much padding on top and bottom. Does anyone here know the CSS code for customizing either the top and bottom padding on the nav bar or setting the overall height of the nav bar? If you happen to know a good source for useful CSS tips/tricks associated with Pagelines Pro, that would be great .. this way I keep my questions to a minimum Thanks again, Arbi Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 26, 2011 Hi Arbi, If I understand you correctly, the CSS you would need to tweak would be the following: [code] #primary-nav ul.main-nav #nav_row.main_nav .main_nav ul .main_nav li .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a, .main-nav li.current-page-ancestor ul a, .main-nav li.current_page_item ul a [/code] Try playing about with them, if you need further assistance, a link to your site and possibly a screenshot of how you want your nav bar to look would be helpful. Please search our forums, before posting! Share this post Link to post Share on other sites
arbimass 0 Report post Posted October 26, 2011 Thanks Danny. I actually was able to sort it out earlier this morning by searching the forum and came up with the following: #primary-nav ul.main-nav { width: 960px; } .main_nav li a { padding: 4px 8px; } ul.sf-menu li a { padding: 10px 8px; } body { padding-top: 0px; } It just so happened to work. I'm sure I don't need some of the CSS code but I primarely made the adjustments using the .main_nav li a { and adjusted the padding there. Thanks again for the help. I really appreciate it. Arbi Share this post Link to post Share on other sites