Site logo

[Resolved] Site Info – 3 collumns

Home Forums Support [Resolved] Site Info – 3 collumns

Home Forums Support Site Info – 3 collumns

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2396952
    FunkyCss

    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

    #2397099
    Ying
    Staff
    Customer Support

    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/

    #2397201
    FunkyCss

    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

    #2397251
    Ying
    Staff
    Customer Support

    Try this CSS:

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

    Thank you very much!

    #2400673
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.