How can I remove the gap between the header and the page on my phone?
-
How can I remove the gap between the header and the page on my phone? Especially on my home page and sigel product page, I can clearly see a large gap between the header and the page content. It is not there on the computer, but it is there on the phone. Please tell me how to solve it, thank you very much.
Attachments:
You must be
logged in to view attached files.
Hi qingpeisu,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
main.wd-content-layout.content-layout-wrapper.container {
padding-block-start: 0;
}
Regards,
Hung PD