Single footer widget, full width
-
Hi everyone, do you know if it’s possible to have one footer widget stretch full width across the bottom? Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, I don’t see any footer widget on your site right now, but working off of the Antenna demo site, I think the following should do it for you. You will want to put your widget into the First footer widget area. I’ve hidden the other two.
#footer-sidebar-second, #footer-sidebar-third { display: none; } #footer-sidebar-first { width: 100%; }Let me know if you have any problems.
-
- The topic ‘Single footer widget, full width’ is closed to new replies.