Hi, Giselle,
Please add this CSS inside Appearance > Customize:
@media screen and (min-width: 769px) {
.tg-site-footer .tg-footer-widget-container .tg-footer-widget-area.footer-sidebar-1 {
width: calc( 75% - 20px );
}
.tg-site-footer .tg-footer-widget-container .tg-footer-widget-area.footer-sidebar-2 {
width: calc( 25% - 20px );
}
}
I hope this helps. 🙂
Thanks.
Thank you for your answer!
It worked pretty nicely but not for the part I wanted. It worked for the upper part of the footer and I wanted only in the bottom bar, you know? The bar that goes below the main footer part.
Could you help me with that?
Oh. I missed that. Please replace the previous code with this one:
@media screen and (min-width: 769px) {
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
width: calc( 75% - 20px );
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
width: calc( 25% - 20px );
}
}
Let me know with the site URL if this doesn’t work.
Cheers!
Thank you again, but this time it did nothing. Nothing changed with this code.
As my website is local on my machine I can’t even give you a link to see.
Regards,
Giselle
Can you please provide the site URL here?