Center It

Support Area Forums Pneuma Center It

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://anewadventurenc.com/
  • Author
    Posts
  • #34622
    Avatar photoKen Robol
    Participant

    How can I center the logo?

    #34623
    Bill Robbins
    Moderator
    1. Go to the Appearance section in your WordPress dashboard and click on Customize.
    2. Look down for the advanced section and click on it. Then choose Custom CSS.
    3. In the box there, add this:
      
      #logo {
          float: none;
          max-width: 100%;
          position: relative;
          text-align: center;
      }
      
    4. Save your changes.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Center It’ is closed to new replies.