Archived topic
Footer widget CSS issue
1 reply · Started by Amit on February 29, 2020
Hi Team,
I want to make the footer widget-1 width 50%, and rest two widgets width 25% each. To do so, I have added the below code
footer-widget-1 {
float: left;
width: 50%;
}
.footer-widget-2 {
float: left;
width: 25%;
}
.footer-widget-3 {
float: left;
width: 25%;
}
but the changes are not getting reflected.
Could you please help me.
Hi there,
We actually have a filter for this:
https://docs.generatepress.com/article/footer-widgets/#choosing-different-widths-for-each-widget-area
Adding PHP: https://docs.generatepress.com/article/adding-php/
Let me know :)