mothpre 0 Report post Posted February 9, 2011 I have the same question I want to remove only two columns, the widget options take them all away and I find the other three necessary... How can I do it? Thank you in Advance Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted February 9, 2011 I realize you might be coming from another topic, but please refresh the details of exactly what you're trying to do and provide a link. Thanks, Bryan Share this post Link to post Share on other sites
mothpre 0 Report post Posted February 9, 2011 Hi Bryan, I would like to remove the column "paginas" and "proximamente" (I translate them that way) from the footer at Holisticafact.com image here Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 9, 2011 You could try this CSS: ` .dcol_5:nth-child(2), .dcol_5:nth-child(3) { display:none; } ` but then you'd have to adjust CSS as well, so likely it would be better to use the morefoot footer sidebar which is already 3 columns to add the logo image and text maually. Share this post Link to post Share on other sites
mothpre 0 Report post Posted February 9, 2011 Hi cmunns, I like better the second idea, since mi web site is being visited this days I'll try to set the 3 Columns as a footer next time I update it. Thank you. Share this post Link to post Share on other sites