Hi there, I have 3 footer widgets and have used the following code to add a border between them and a bit of padding. However for some reason the Instagram footer now has a large amount of padding on the left which I need to rectify.
Also is it possible to hide those borders on smaller screen sizes when the footers go into just one column?
Thank you!! Jen
footer.x-colophon .widget {
border-right: 1px dotted;
display: inline-block;
padding-right: 10px
}
