Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #54761
    afeauto
    Participant

    Hi Sakin,

    Is there a way to left align the footer headers?

    Here is the site if you want to take a look: http://clienttest9876.com/

    Thanks,
    Abby

    #54763
    Sakin
    Keymaster

    @afeauto: It’s from the following css in your “Appearance => Theme Options => Custom CSS” box. In the following css you need to remove text-align.
    #supplementary h4 { font-family: 'Sheila'; font-size: 26px; text-align: center; }

    Replace the above css with the following:
    #supplementary h4 { font-family: 'Sheila'; font-size: 26px; }

    #56791
    afeauto
    Participant

    Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘left align footer headers’ is closed to new replies.