Site logo

[Resolved] Footer Widget Width

Home Forums Support [Resolved] Footer Widget Width

Home Forums Support Footer Widget Width

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2527360
    johnzoro

    is there a way to reduce the width of the footer widgets

    i don’t want one to be bigger than the other, i just want the all the same size

    i’ve attached some screenshots of what they look like now and what i want them to look like

    i just want them closer together really and not really far apart

    #2527606
    Ying
    Staff
    Customer Support

    Hi there,

    Can you link us to your site?

    #2528182
    johnzoro

    ok

    #2528195
    Fernando
    Customer Support

    Hi Johnzoro,

    They seem to be the same widths from my end.

    If you want to reduce the width of the Footer Widget Area, you can increase the Left and Right Paddings. Reference: https://docs.generatepress.com/article/footer-padding/#footer-widget-area

    #2528759
    johnzoro

    i see so if i make the padding like 100 or something that will make them closer together?

    i changed teh left and right padding to 250 and when i was changing it, it looked ok in the preview, but when i go back to the website, it looks like it did before

    #2528767
    David
    Staff
    Customer Support

    Hi there,

    adding a large left and right padding value can cause issues on smaller size screens, instead i would recommend you just restrict the max-width with this CSS:

    .footer-widgets-container.grid-container {
        max-width: 1300px;
    }

    =

    #2528826
    johnzoro

    again david comes up trumps.

    that did it

    thanks david

    #2529343
    David
    Staff
    Customer Support

    Glad to be of help

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