Jump to content
Sign in to follow this  
stefen

Changes in Layout and CSS in Platform Pro

Recommended Posts

stefen

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
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
Thank you so much, that did it beautifully. Have a nice day. Steph

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×