Archived topic
footer widgets in masonry-like style
2 replies · Started by mapsarska on September 16, 2015
Is there a way to separate the footer widgets to separate containers?
So it look like masonry blog?
Changing pading in "element spacing" between footer widgets don't do the trick.
And second thing can we separate the site footer and footer wigdets area?
I mean now if i set footer widgets to be in container it affects also the site footer.
I would like the footer be on whole page as the navigation.
I solved with the solution i found in forum, using this code
.footer-widgets .widget {
background: none repeat scroll 0 0 #fff;
margin: 0 10px;
padding-bottom: 40px;
padding-top: 40px;
}
lol i really should serach better before posting a question :D srry guys & gals
Glad you found the solution! :)
