Archived topic
Site Info - 3 collumns
5 replies · Started by FunkyCss on November 1, 2022
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,
As you are already using GenerateBlocks, you can use a block element - site footer to build a custom footer.
You can use Grid block to put the 3 parts into 3 columns.https://docs.generatepress.com/article/block-element-site-footer/
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 :)