There’s a lot of white space between the header and the slider on the homepage. I can’t seem to locate the code to edit it.
This topic has 8 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Robert Hall
There’s a lot of white space between the header and the slider on the homepage. I can’t seem to locate the code to edit it.
Hello,
Please add this code in child style.css file:
.page-content {
margin-top: 0px;
}
.navbar {
padding-bottom: 10px;
}
Regards,
Eva Kemp.
Thank you Eva! Perfect. Will that affect the mobile version also?
Hello,
You’re welcome.
Yes, it will affect the mobile version too. Please check the site on mobile and let us know if you have any queries.
Regards,
Eva Kemp.
I think it looks ok. but I noticed the logo on the static bar at the topic looks distorted now on mobile. It looked fine last week, but I don’t know if it’s distorted now because of the change. I would think not?
Hello,
Please add this code in your style.css file in the child theme:
@media (max-width: 480px) {.fixed-header-area .header-logo {
width: 90px;
}}
Best regards,
Jack Richardson.
Added the code to the Custom CSS for mobile area and changed it to 70px but it worked. Also added it to the custom CSS for mobile landscape area. Thank you!
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Minimize the spacing between header and slider’' has been successfully resolved, and the topic is now closed for further responses