zouleo 1 Report post Posted January 24, 2012 In Template Setup I've selected the Feature Page. Now I want to put a 3 column sidebar below the features section. But I only find "Full width sidebar" and "Universal sidebar". What I need is something more like "Footer Columns sidebar", that have every widget in a separate column. Is this possible? Share this post Link to post Share on other sites
kastelic 6 Report post Posted January 24, 2012 You can make the widgets in the fullwidth sidebar line up in columns with a bit of CSS: [code]#list_sb_fullwidth > li { float: left; }[/code] Share this post Link to post Share on other sites