How do I change footer column width? Can it be done individually or does it have to be all or none? Thanks.
Hello, Go to sidebar-footer.php present in your theme directory and change grid value from there. Total size of frame work is 24 grid column. You can adjust the value of current column width between 24 i.e. total of the all four column value is equal to 24. Check image for reference Thanks & Regards Gourav Shrivastava
As a quick follow up...How can I center the column titles on the footer widgets...I've tried several things and can't get anything to work...
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer .footer_widget h4 { text-align: center; } This will solve your issue.