Hi,
How can I remove the extra top margin from header 2?
See
https://colorlibsupport.com/t/remove-home-title/#post-65232
It looks a much better if there is same amount of empty space in top & below.
Hi,
How can I remove the extra top margin from header 2?
See
https://colorlibsupport.com/t/remove-home-title/#post-65232
It looks a much better if there is same amount of empty space in top & below.
Hi @speciaali,
Thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
section.content-area {
padding-top: 5px;
}
Best Regards,
Movin
Thank you.
You are most welcome here