Home › Forums › Support › How to contain footer widgets in separate boxes for each of them › Reply To: How to contain footer widgets in separate boxes for each of them
October 16, 2015 at 9:41 am
#144879
Hi Rajeev. Give this CSS a try; adjust the spacing and border as needed:
.footer-widgets .widget {
margin: 0 5px;
padding: 40px;
border: 1px solid #ccc;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/