Comments ugurege started the conversationJuly 30, 2020 at 8:29amHi,We have empty space right before page title in desktop and mobile view, bigger in mobile view. Please see attached files. Can you pls help on this ? 2,700PenciDesign repliedJuly 30, 2020 at 2:24pmHi,Please try add more this code to Customize > Custom CSS to do that: #header{ margin-bottom: 40px; } @media only screen and (max-width: 768px){ #header{ margin-bottom: 20px; } } Change value 40 to space you want for desktop, and 20 to space you want for mobile.Best Regards,PenciDesign Sign in to reply ...
Hi,
We have empty space right before page title in desktop and mobile view, bigger in mobile view. Please see attached files.
Can you pls help on this ?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Change value 40 to space you want for desktop, and 20 to space you want for mobile.
Best Regards,
PenciDesign