Archived topic
Footer Widget Width
7 replies · Started by johnzoro on February 9, 2023
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
Hi there,
Can you link us to your site?
ok
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
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
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;
}
=
again david comes up trumps.
that did it
thanks david
Glad to be of help