I’m needing to add additional padding above my header ‘little blonde blogs’, can anybody help me with some CSS for this? Thanks
My pleasure to help you.
Welcome to the Shopify community!
Please share your store URL!
I will check out the issue and provide the correct solution to you!
Thanks!
Please Add the following CSS code to your assets/theme.min.css bottom of the file.
.shopify-section .homepage-sections-wrapper {
padding: 50px !important;
}
Thanks!
Hi @blonde_creative !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please paste this code at the bottom of theme.min.css under assets in theme code files;
.site-header .site-header__wrapper {
padding-top: 34px !important;
You can change px as you want.
Like this;
Best Regards;
PageFly
Please Add the following CSS code to your assets/theme.min.css bottom of the file.
#shopify-section-template--14616193466442__blog-blog-posts.shopify-section .homepage-sections-wrapper {
padding: 50px !important;
}
Hi, no changes from this CSS! sorry
sorry for my mistake!
Please Add the following CSS code to your assets/theme.min.css bottom of the file.
#shopify-section-template--14616193466442__blog-blog-posts.shopify-section.homepage-sections-wrapper {
padding: 50px !important;
}
Thanks!
Hi, no change with this css either!


