- Issue created by @jaydeep_patel
- ๐ฎ๐ณIndia Sahana _N
sahana _n โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia rahuly072
@sahana-_n Can you make these changes in the SCSS file and compile it?
- ๐ท๐ธSerbia majmunbog
No need for extra SCSS or CSS here, a utility class should be sufficient.
- Merge request !283498494-footer-spacing-issue: Added spacing using utility class โ (Closed) created by rahuly072
- ๐ฎ๐ณIndia rahuly072
Resolved spacing issue above footer using utility class.Please review.Below attached screenshot for the same.
- ๐ฎ๐ณIndia Sahana _N
I applied the patch MR 28!
The footer spacing issue above the footer is fixed.RTBC ++
- ๐ท๐ธSerbia majmunbog
Weโve opened #3542564 โจ Implement blog/article theming with new card type and layout options Active to implement a full blog listing and article page theming update. This will introduce a change that will address this issue.
The footer will use a CSS variable for margin-top, with a fallback to 5rem.
margin-top: var(--footer-margin-top, 5rem);
Pages like frontpage, layout builder pages and others that do not need spacing between the footer and the content will need to set that variable to zero.
:root { --footer-margin-top: 0; }
- ๐ท๐ธSerbia majmunbog
The fix for this issue is now included in #3542564 โจ Implement blog/article theming with new card type and layout options Active .
Please move any testing/review efforts there so we can track everything in one place.
Once that MR is merged, this issue will be closed as a duplicate.