Thread Starter
cfken
(@cfken)
On my 1080p display, when the page first loads the #slick-slide00 has a padding-top of 329px. When I shrink the browser window, then maximize it back, the issue is corrected and padding-top becomes 123px.
Hello there,
please add the following additional CSS to your Admin > Appearance > Customize > Additional CSS panel
header + .yith-slider {
margin-bottom: 0 !important;
}
or in your child theme style.css file
Thread Starter
cfken
(@cfken)
Hmm, that doesn’t change the space under the navigation.
Proteo header space
Hi again,
the space below the header nav is cause by this custom css:
https://prnt.sc/vo82rn
Edit or remove it and you can achieve your goal
Thread Starter
cfken
(@cfken)
Hello, and thanks for replying
I added that custom CSS as a stop gap fix to the issue. It results in a padding-top of 144px on my screen.
Before the custom CSS, that padding would have been 329px, which is unusually large. When I would resize the browser window and remaximize it however, the padding would become 123px, which was reasonable and appeared correct.
The case of the mysterious padding continues…
with the insertion of the brand in the topbar space is created, if you remove the logo the space disappears