stefen 0 Report post Posted November 2, 2011 I have developed a website http://se-projects.eu/testwp/ on the basis of Platform Pro/Platform Base. There are 2 things I would like to change, but cannot see how to do it: 1. Eliminate the Title from the navigation 2. The main content should begin much higher. Thanks for your help! Steph Share this post Link to post Share on other sites
kastelic 6 Report post Posted November 2, 2011 Try adding these lines of CSS to Custom Code -> Custom CSS: [code] #nav_menu-7 h3.widget-title { display:none } #column-wrap { margin-top: -200px; } [/code] Share this post Link to post Share on other sites
stefen 0 Report post Posted November 3, 2011 Thank you so much, that did it beautifully. Have a nice day. Steph Share this post Link to post Share on other sites