I cannot seem to find the correct way to create a 30px padding at the top of my footer widget. When they go to a mobile view they are not consistent. Please advise. Thank you.
www.bransonchamber.com *top colophon widgets
Below is what I have added to the global css. Some widgets have padding…the third one seems to be my issue.
.x-colophon.top .x-column .widget:first-child {
margin-top: 30px !important;}
.x-colophon.top .x-column .widget:last-child {
margin-top: 30px !important;}
.x-colophon.top .x-column .widget {
margin-top: 30px !important;}
.x-colophon.top .widget {
margin-top: 30px !important;}
