Hey guys,
I’m using a 3 column footer layout.
Now client wants dotted seperator lines between the columns.
Also they want these footer-colums a bit smaller and “more centered”.
Screenshot of the desired result: http://postimg.org/image/j61pb1qsj/
Could you please help me out here?
Thx, Regards
Michael
Hey Michael!
Try adding this code to the Quick CSS:
#footer .flex_column {
border-right: 1px dotted;
padding-right: 30px;
min-height: 400px;
}
#footer .flex_column:last-child {
border: 0;
padding-right: 0;
}
#footer .widget {
margin: 0;
}
.flex_column .widget .widgettitle {
margin: 0;
}
Cheers!
Josue