Hi @erkange,
We won’t be able to offer help based on a screenshot — we’ll need to see your site so we can look at the underlying source code. Can you share a link so we can take a look?
Dear Senff,
I use default storefront theme with footer widgets.
Here is site address.
Thanks for the link. You can reduce this space with a little bit of custom CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.footer-widgets {
padding-top: 0;
}
You should see the changes right away, but this is just a preview for you, so you can experiment a little if you like.
Once you’re happy with it, select “Save Changes” from the top, and your changes will be applied to your site.
Hi @senff ,
That worked great.
many thanks
best regards.