Site logo

Archived topic

Site Info - 3 collumns

5 replies · Started by FunkyCss on November 1, 2022

Viewing posts 1–6 of 6

Hallo

I want my site info section to be three collumns enabled, I have the site info text, one menu, and social icons in the widgets enabled but looks bad.

is this possible ?

I have shared my link

Hi there thanks for the fast answer,

I would like to know if is possible with some help to make this as I have a couple of new sites to do the same that are not using GB.

I know that GB helps to create this

Try this CSS:

.footer-bar {
    display: flex;
    justify-content: space-between;
    width: 60%;
}

Thank you very much!

You are welcome :)

This archived topic is closed to new replies.