MyBB Community Forums

Full Version: Center Responsive
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm using Emerald theme, I edited it and idk how to center this logo for mobile:

[Image: IMG-20200515-023024.jpg]
Add this

@media screen and (max-width: 625px){
.logoimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}