Looking To Add 3 Widgets In Footer
-
I’d like to have 3-4 widget areas in my footer.
I’m able to add a widget area to the footer by adding:
[code]<?php dynamic_sidebar( 'Name of the widget area here' ); ?>[/code] to my footer.php.
However, when I try to add that same code 2 or 3 times, the widgets are stacking vertically in the footer. I’m looking for them to be horitonzal.
Any help is appreciated. I’m sure it’s something super simple that I’m overlooking.
Thanks,
chewei
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Looking To Add 3 Widgets In Footer’ is closed to new replies.