————————————- Page Title Bar ————————————- | | Space | Text Starts Here
How do I reduce the space between the page title bar and where the text on a page starts?
Hi Info,
To reduce the space between the page title and the page content Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#main { padding-top: 30px; }
Thank you!