I'm using the SE Square Left style for this.
I'm struggling to correctly setup and center my forums site logo. I've altered
common.css
and made these changes to it while trying to largen and show my logo.
Code: Select all
.site_logo {
display: inline-block;
width: 1036px;
height: 154px;
}
/* Site description and logo */
.site-description {
float: left;
width: 100%;
}
How can this be done?