Hi, what about the widget area are you wanting to remove? If you don’t have any widgets active in the theme, nothing shows up in the footer area aside from the copyright/site name/etc data.
To center the social icons you can add the following into Appearance->Customize->Additional CSS
.footer-inner .footer-social-wrapper ul {
justify-content: center;
}
Thread Starter
ddjoel
(@ddjoel)
Thanks Jarret, thanks for a quick reply.
Even witout the widgets the footer still has some empty space and a seperator – this is what I would like to remove. Then have a slim footer.
Thread Starter
ddjoel
(@ddjoel)
Jarret – sorry!!!
The widget area is as I want it. My mistake.