renderinnovations 0 Report post Posted February 17, 2011 Hey! I'm trying to move the subnav up underneath my mainnav. I tried multiple codings such as: #subnav_row #subnav { margin-left: 300px; margin-bottom: -40px; } or #subnav_row #subnav { margin: -91px 0 0 300px !important;} It will move up in firebug, but when I add the changes to the coding secion in the dashboard of platformpro, it wont budge. I looked at other posts in the forum, but they were to move horizontal. Any thoughts? The link is: http://www.sites.renderinnovations.com Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 18, 2011 If it's working for Firebug, but not when you actually make the changes it's probably just a specificity problem. Try: ` body #subnav_row #subnav { margin-left: 300px; margin-bottom: -40px; } ` or ` body #subnav_row #subnav { margin: -91px 0 0 300px !important;} ` Thanks, Bryan Share this post Link to post Share on other sites
renderinnovations 0 Report post Posted February 20, 2011 The last one worked! THANKS! Share this post Link to post Share on other sites
renderinnovations 0 Report post Posted February 20, 2011 BTW, is there a way to change the title of this post? It's titled wrong incase someone wants to find something like this? Thanks, AB Share this post Link to post Share on other sites