Archived topic
Reduce gap above hamburger
1 reply · Started by Gillian on January 6, 2018
On the mobile version of a site I'm developing, there is alarge gap between the custom header (placed in GP hook Before Header) and the Hamburger Menu. I can't work out how to reduce the gap. There doesn't appear to be a similar gap on the desktop site which also has it's custom header called in the same GP Hook.
Can I reduce the spacing above the hamburger?
Thanks
Hi there,
Give this CSS a shot:
@media (max-width: 768px)
.elementor.elementor-1512 p {
margin-bottom: 0;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/