Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White Space Header and Footer #1494

Open
svrdoljak123 opened this issue May 13, 2021 · 2 comments
Open

White Space Header and Footer #1494

svrdoljak123 opened this issue May 13, 2021 · 2 comments

Comments

@svrdoljak123
Copy link

svrdoljak123 commented May 13, 2021

Hi, I have a question regarding the white space under the header and footer. Where can I remove it, I have tried CSS, and HTML it's nowhere to be found. When I deactivate the theme it disappears. Thank you. I Have changed nothing and added nothing to the theme CSS.

image
image

@superhelten
Copy link

superhelten commented May 27, 2021

.site-title {
Margin: 0;
}

.site-branding {
Margin: 0 auto;
}

main {
margin: 0 auto;
}

@alemacielsilva
Copy link

.site-title { Margem: 0; }

.site-branding { Margem: 0 auto; }

main { margem: 0 auto; }

It doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants