Support » Theme: Hueman » How to center logo footer?

  • Resolved clob3

    (@clob3)


    Hi there!

    I was able to center the footer text copyright and footer social media icons using Simple CSS plugin, but I cannot center footer logo. Surely super easy, but I could not find the code in the forum.

    Any help?

    Thanks!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • mrtom414

    (@mrtom414)

    can you post a link to your site so we can see it

    Thread Starter clob3

    (@clob3)

    Hi!

    My website is under construction. It is not open yet.

    This is what I put into the Simple CSS plugin to change copyright text and social media icons positions on footer:

    }
    #footer-bottom .one-half {
    text-align: center;
    width: 100%;
    }
    #footer .social-links { float: none; text-align: center;
    }

    And it worked.

    But now I would like to center logo footer as well. And I could not find the code in the forum to do it.

    Thanks!

    mrtom414

    (@mrtom414)

    most of the time you can center items with margin:0 auto; added to the element. text-align will not work for an image.

    Thread Starter clob3

    (@clob3)

    Even without knowing what code I should write . Sorry for my little knowledge , I’m new at this. Thanks for your help 😉

    mrtom414

    (@mrtom414)

    without seeing the site it hard to determine the code

    Thread Starter clob3

    (@clob3)

    I could already do it. I tried this on CSS plugin:
    }
    #footer-logo { margin: 0 auto;
    }

    And it worked.

    Thanks for your clues! 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to center logo footer?’ is closed to new replies.