Hello how do I add padding to my header throught my whole website
-
Hello I want to add padding to my header it is appearing with padding only in my homepage in other pages it is as in the photo
Attachments:
You must be
logged in to view attached files.
Hi webtestwordpress12,
I am really appreciate your patience.
Please send me temporary wp-admin info (wp-admin URL, username, password) to Private Content area, I will check the settings.
Regards,
temporary wp-admin info (wp-admin URL, username, password)
Hi webtestwordpress12,
Thanks for details.
Please try to add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS
body:not(.home) .main-page-wrapper {
margin-top: 0;
}
Regards,