Hi There,
Please use the following css to fix your issue; if this is not helpful to you, then please send us your site URL, so that it will be easy to find the solution asap.
.header-bg {
padding-top: 0px;
}
NOTE: Please use the child theme style.css or custom css plugin to write the css.
Thanks
This helped my issue as well THANKS!
This didn’t work for me. I tried adding the css to the theme customization css as well as the WP editor (child theme, of course)
I tried this:
.header-bg {
padding-top: 0px;
}
and I tried this:
.header-bg {
padding: 0rem 0;
}
Please see schoolmentalhealthwisconsin.org.
Hi Vicki_B,
You can add this css on your additional css section of customizer or can take help of child theme.
.header-box .logo img {
padding-top: 0;
}
Note: Increase/decrease padding-top value as per your requireemnt.
Let us know how it works for you.
Thanks
Yes, this works. Thank you!