Align footer column in center

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;}

OK, don’t worry about the first part as I’ve inserted a fourth footer column which sorts out the spacing. Would still like to know how to override that h4 in css though.

Hi @demonboy,

Thanks for reaching out.

The CSS works for h4, but are you trying to change the font size? If yes then it should be font-size: 30px; instead of size: 30px;

Hope this helps :slight_smile:

1 Like

Doh! That’s two school-boy errors in two days, FFS! I’m hanging my head in embarrassment :blush:

No worries.
If you need anything else we can help you with, don’t hesitate to open another thread.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.