Tagged: remove white space secondary menu bar
Thanks for you quick response…my site is at Why Nutrition Works
I want to remove this white space. This is a one page site and I do not need to display additional page titles.
Thx
Hi Jimzook,
To hide the page title and to reduce the white space of the main content go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and click on save button:
#main { padding-top: 10px; } .page-title-wrap { display: none; }
Thank you!
Thank you very much…
Jim
hi jimzook,
That’s great
Thank you