Site logo

Archived topic

Footer Text Alignment

1 reply · Started by Grant on August 24, 2018

Viewing posts 1–2 of 2

Hi

I cant seem to align my Footer Header text with the rest of the text in the footer

Hi there,

in Customiser > Additional CSS, look for these Rules:

.textwidget p{
	text-align:center;
}

.inside-right-sidebar .widget h2{
	text-align:center;
}

The first is centring the text in the widgets, so you can remove this. The second is the Right sidebar headers centring, just in case you don't want that you can also remove.

This archived topic is closed to new replies.