footer columns
-
all of my footers are showing in column 1 even though 1 widget is marked for column 1 and another widget for column 2.
Also… any idea how to make it just 1 column footer? I have custom CSS ability…
any help would be SO appreciated!!
The blog I need help with is: (visible only to logged in users)
-
1) See here:
http://wpbtips.wordpress.com/2012/05/19/sidebar-at-the-bottom-and-related-issues/
You’re missing the closing div tag in your two Text widgets.2) CSS questions must be posted in the CSS forum.
-
-
I fixed the missing “</div>” from the end of the first widget.
Next, move all of the footer widgets into the “Footer Column 1” area from the Appearance → Widgets page and add the following CSS to your Appearance → Custom Design → CSS editor:
#sidebar-footer-1 { width: 100%; } #sidebar-footer-1 .widget { display: block; float: left; margin-right: 20px; width: 20%; }Adjust the width value in the 2nd block as needed.
- The topic ‘footer columns’ is closed to new replies.