Site logo

Archived topic

Moving widget items in footer

10 replies · Started by kayleigh on March 19, 2022

Viewing posts 1–11 of 11

Good morning,

I am trying to move the Facebook link in the footer to sit to the right of the current footer info. How do I do this?

Many thanks
Kayleigh

Hi

Sorry but I don't get it. How does that allow me to divide the footer into 3 and add the Facebook link to the left?

Sorry ignore that, I have found it, but now there is a large gap between the footer widgets and the footer bar. How can I reduce this.

Many thanks

Thank you but this is not applying to the Facebook symbol.

Many thanks
Kayleigh

It looks ok on Desktop.
To remove the space on Mobile add this CSS:

@media (max-width: 768px) {
    .inside-footer-widgets > div:not(:last-child) {
        margin-bottom: 0 !important;
    }
}

Hi,

Sorry that doesn't work either, its a social icon

Hi,

Sorry to be a pain. The client would like less space around the social media icon in the footer on both

Can you share a screenshot of the problem ?

This archived topic is closed to new replies.