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

    Hello
    Love your theme!

    My site is cathykelleydesign.com

    I’m trying to add custom css and it’s not working. I added the following to the backend > General Styling > Custom CSS , and then also to the Custom CSS inside the theme folder on my host server, and neither worked.

    #footer.footer-right, .footer-right
    { float: left; text-align: left;}

    I am trying to get the email link and phone number in the footer to shift to the left.

    What am I doing wrong?

    Thanks!
    Cathy

    #556761

    Hey Cathy!

    Please use following code instead

    #footer-credits span {
        float: left;
    }

    Best regards,
    Yigit

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