[Support request] Footer Text Alignment

Home Forums Support [Support request] Footer Text Alignment

Home Forums Support Footer Text Alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658702
    Grant

    Hi

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

    #658759
    David
    Staff
    Customer Support

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.