Tagged: Side Bar
Hi,
I need to align to the left the header of the left widget
and align to the right the header of the right widget.
I am using 3 column widget at the footer.
Thanks,
Tal
Hey,
Please add following code to Quick CSS
#footer .flex_column:nth-child(1) .widgettitle { text-align: left; }
#footer .flex_column:nth-child(3) .widgettitle { text-align: right; }
Cheers!
Yigit
Thanks!