Full width footer widget
-
Hi,
I need to span a footer widget titled: “Full Wifth Below Currrent Footer” across the footer but unsure how to with the CSS, can anyone lend a hand?
Thanks in advance,
GregThe blog I need help with is: (visible only to logged in users)
-
Hi Greg, add the following to your custom CSS.
.col-md-4.footer-widget:nth-child(4n) { width: 100%; } -
-
- The topic ‘Full width footer widget’ is closed to new replies.