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

Remove bottom margin from group homepages #861

Open
sarongebre opened this issue Oct 30, 2024 · 0 comments
Open

Remove bottom margin from group homepages #861

sarongebre opened this issue Oct 30, 2024 · 0 comments

Comments

@sarongebre
Copy link
Collaborator

on group homepages has this applied to it
.unl .dcf-main-content>:last-child:not(.dcf-bleed) {
margin-bottom: 3.160493824em;
}
while they should be .
unl.page-node-type-builder-page .dcf-main-content>:last-child:not(.dcf-bleed) {
margin-bottom: 0em;
}
The main Body for a group homepage only has path-group class and doesnt have the page-node-type-builder-page class thats needed to zero out the bottom margin. The effect being on group homepages Ive been putting an Events band at the bottom of them and this adds that 3.16em margin of white between it and the footer. I’ve added
unl.path-group .dcf-main-content>:last-child:not(.dcf-bleed) {
margin-bottom: 0em;
}

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

1 participant