Archived topic
Mobile header padding not working
3 replies · Started by Brian on September 24, 2020
Hi I am trying to add more top and bottom padding to the mobile menu
The obvious thing of changing the header padding in customizer does not seem to work.
Any ideas?
https://drive.google.com/file/d/1ixtVVSEFLks0cCG8UakEeEt4uTgB-Dx4/view?usp=drivesdk
Hi there,
CSS is required for the mobile header:
#mobile-header {
padding-top: 10px;
padding-bottom: 10px;
}
Thanks Leo can I ask what does that mobile header padding option in the UI control?
That controls the padding of the default header in mobile mode (displays when the mobile header is deactivated).