On my website https://followtheboat.com I am trying center the middle footer column.
I’ve got halfway there by adding
#custom_html-21 {text-align:center;}
#custom_html-21 > div {display: inline-block; text-align: left;}
But you can see the title is still centered.
Also, how do I increase the size of the headers for each section? This code does not over-ride the h4 setting:
#custom_html-20 > h4, #custom_html-19 > h4, #custom_html-21 > h4, #bbp_topics_widget-7 > h4 {color:#fff; size:30px;}

