Site logo

Archived topic

Footer widget

8 replies · Started by Jan on October 16, 2020

Viewing posts 1–9 of 9

Hi,
back again with my Service theme.
Footer widgets look terrible as you can see on this link,
https://lokalpartner.info/folk/

You don´t have to be an Albert Einstein to figure out that it looks awful.

I have watched your documentation about padding settings but can´t figure out how to
1) move everything up a little more. Yes, I have tried...
2) center everything. Link to how the setting looks like now. What to change for it to look "normal"?

Cheers
Jan

Hi there,

Serivce installs some CSS to change the widths of the footer widgets. Go to Customizer > Additional CSS and remove this:

@media (min-width: 1025px) {
    .footer-widgets .footer-widget-1 {
        flex-basis: 65%;
        padding-right: 80px;
    }

    .footer-widgets .footer-widget-2 {
        flex-basis: 15%;
    }

    .footer-widgets .footer-widget-3 {
        flex-basis: 20%;
    }
}

Love you...worked ;-)

But, still I want to move everything up a little. But how?

oops missed that .... go to Customizer > Layout > Footer and reduce the Top padding.

Hi Leo,
some night work coming up, hehe...
It looked like "10" to me, but now I saw it actually was "100" ;-)
It looks fine, thanks to David & Leo.
Appreciate that!
Jan

No problem :)

This archived topic is closed to new replies.