Hi. This is a great theme. I am keen to add an additional widget area to the footer. I would like one that runs the full width of the site (960 container). to sit above the existing 4 columns of widgets. My client wants me to install a scrolling news feed to into it. Could you tell me how I might go about doing that? Many thanks, Sam
additional widget are in footer
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
in your footer.php you'll find
<!-- ####### FOOTER CONTAINER ####### --> <div class='container_wrap <?php echo $extraClass; ?>' id='footer'> <div class='container'>Right below this you can paste
<div class="twelve units"> yourwidgetcode </div>Where "yourwidgetcode" is you can insert code for a custom widget area, a good guide on this can be found here. In the widget you'd have your feed.
I hope this helps :)
Cheers,
ChrisPosted 1 year ago #
Reply
You must log in to post.














