Hi,
I have a large white space i cant seem to remove. Does anyone have the code to fix this?
Here is the link: https://drawganize.dk/pages/hvordan
Hi,
I have a large white space i cant seem to remove. Does anyone have the code to fix this?
Here is the link: https://drawganize.dk/pages/hvordan
@Phill99 - please open this page in customizer, looks like an empty section has been added after the title creating this issue, please check
@Phill99
Hello,
.PageContent.PageContent--narrow.Rte {
margin: 0;
}
.Section.Section--spacingNormal {
padding: 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This
Hi @Phill99
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
Add this css at the bottom
Online Store->Theme->Edit code
assets-> theme.css
.PageHeader + .PageContent {
margin-top: -100px !important;
}
Hope you find my answer helpful!
Regards,
PageFly
Thanks that helped ![]()