Site logo

[Resolved] UI Issues & Mobile Responsiveness

Home Forums Support [Resolved] UI Issues & Mobile Responsiveness

Home Forums Support UI Issues & Mobile Responsiveness

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2516084
    Anant

    On the footer, I want to display only 3 columns instead of 4

    #2516095
    Leo
    Staff
    Customer Support

    Hi there,

    This should help:
    https://docs.generatepress.com/article/footer-widgets/

    Let me know 🙂

    #2516102
    Anant

    Thanks, it worked.

    But there’s lot of white space at the right most side of 3rd footer. I understand its because each footer is left aligned. Can we align each footer to center to make it look better?

    #2516113
    Leo
    Staff
    Customer Support

    Try this CSS:

    .footer-widgets .inside-footer-widgets>div {
        text-align: center;
    }

    As for the social icons, I would recommend replacing them with GB’s buttons block with icons:
    https://docs.generateblocks.com/article/buttons-overview/
    https://docs.generateblocks.com/article/buttons-overview/#icon

    The Lightweight Social Icons you are using currently is very outdated and should not be used anymore.

    #2518285
    Anant

    The alignment is fixed except for social icons. Can you help with that?

    Also, I’ll try using the GB blocks for social icons as you suggested.

    #2518432
    David
    Staff
    Customer Support

    Try this CSS:

    .widget .lsi-social-icons {
        text-align: center !important;
    }
    #2518472
    Anant

    Thanks David, this helped.

    #2518490
    David
    Staff
    Customer Support

    Glad to hear that

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