Hi,
I would like my textwidget to vary in height on 2 or 3 pages, I have customized my homepage first, and to achieve the goal I added to my style.css:
.widget_text { height:240px; text-align: center; }
Yet this logically sets height for the text widget on all pages.. So I want it to be like 280px on home, but 350 on 'store' etc.. (I don't want to give it free height like it has once installed due to alignments)
Should I copy the text_widget.php and call it text_widget2.php or something ?
Thanks