How can I adjust my footer column width?

A Started by Ada · October 22, 2021 at 6:44 am · 3 replies 0 voices Last reply 4 years, 8 months ago
ST
Spiracle Themes Original poster
#2

Hi Ada

Thanks for reaching out.
the only thing we can do using CSS is to make the left padding of the third column to 0. The width cannot be set as this will break the responsiveness.

.footer-widgets-wrapper .widget-column.align-right {
padding-left: 0;
}

Copy the above CSS & Paste it in Appearance -> Customize -> Additional CSS

You’ll need to upgrade if you want more footer options.

Best Regards

AF
Adam Fofana Original poster
#3

Hello,

Is there other way to have these three columns have equal Colum width?
https://prnt.sc/1xm3a89

It kinda looks weird because the space/margin on the left size is so small while the right side has a lot of space.

Please let me know.

Thanks!

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to How can I adjust my footer column width?

By posting, your reply becomes public (unless marked private).