Hi,
Could you help me with CSS code to reduce the space between Menu and Page Title?
Thanks in advance.
To reduce the space between Menu and Page Title 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: 20px; }
Thank you!