Site logo

Archived topic

Center text from footer widget

3 replies · Started by Former User on February 3, 2022

Viewing posts 1–4 of 4

Hi, everyone,

I put a widget with imprint, privacy policy etc. in the footer. How can I center this?

Many thanks for a tip

regards

Uwe

Hi there,

try this CSS:

#menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

Hi David,

as always, super fast GP service - everything fits...

Thanks and greetings from Germany

Uwe

Glad to be of help!

This archived topic is closed to new replies.