Hey guys!
Is there a way to make the spacing even in the three columns Cosmetic Surgery, Hours of Operation, and Reconstructive Surgery. It looks off…
Hi Courtney!
It is actually even but since you do not have enough text to fill the whole column, it looks off. You can add following code to Quick CSS to center align text in footer
#footer .textwidget, #footer .widgettitle {
text-align: center;
}
Regards,
Yigit
Thanks Yigit!!