Okay
  Public Ticket #2910223
Code Needed
Closed

Comments

  •  3
    Sela started the conversation

    Hi there, 
    We use the salient theme for our wordpress site. 
    I would like the copy in my footer to left align instead of center (see at bottom of page, screenshot attached) 

    Is there code you can provide to fix this? 
    Thank you! 

    Sela

  •  2,960
    Andrew replied

    Hello Sela,

    Use the following CSS.

    #footer-outer #copyright p {
        text-align: left;
    }
    

    Regards,