Jump to content

Recommended Posts

5 minutes ago, Patrick Ewing said:

Curious on how to center a logo in my forum. its on the left side, but i want to center the logo. how do i do that?

Add in your Custom CSS

#elLogo img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
×
×
  • Create New...