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

Change padding for Footer #1878

Closed
dustinmichels opened this issue May 17, 2018 · 2 comments · Fixed by tghelere/valorize-vidas#6 · May be fixed by devopsred/gaia#6, anikets43/angular-ngrx-socket-frontend#4 or jwlh/WDI_GROUP_PROJECT#2
Closed

Comments

@dustinmichels
Copy link

dustinmichels commented May 17, 2018

This is a feature request about Bulma.

Overview of the problem

I'm using Bulma version [0.7.1]

Description

The Footer layout element comes with a lot of padding, which doesn't appear to be customizable. I would like it if I could set the padding, perhaps using a css class like is-small or else using SASS variables.

Steps to Reproduce

You can use the example footer demonstrated in the docs here

@webuxmotion
Copy link

We need this feature

@cgonzalezp91
Copy link

cgonzalezp91 commented Sep 26, 2019

There is already the fix, using the variable $footer-padding:2rem 1rem 4rem; but you can also do the following with your css

footer{
    padding: 2rem 1rem 4rem !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment