hi
how to increase the width for forum and topics , recent topics , forumlist
thank you
change witdh - Supernova
Re: change witdh
adjust these max-width values found for these in supernova.css
First two are for overall width of the forum and the last 3 are for the categories topic etc. You may need to purge the cache in ACP or cache of your browser to see changes
Code: Select all
.headerbar, ul.nav-main {
background: none;
max-width: 960px;
margin: auto;
padding: 0;
width: 100%;
}
Code: Select all
.wrap {
min-height: 90%;
max-width: 932px;
padding: 0 19px;
margin: 0 auto;
background: url(./images/shadow.png) repeat-y;
margin-top: 40px;
padding-top: 15px;
border: none;
background-size: 100%;
}
Code: Select all
.sn-cat-header {
position: relative;
background: url(./images/blue/cat-header-center.png);
max-width: 916px;
margin: 0 auto;
margin-bottom: 5px;
background-repeat: repeat-x;
z-index: 1;
}
Code: Select all
.sn-cat-row {
position: relative;
background: url(./images/blue/cat-row-center.png);
max-width: 916px;
margin: 0 auto;
background-repeat: repeat-y;
}
Code: Select all
.sn-cat-footer {
position: relative;
background: url(./images/blue/cat-footer-center.png);
max-width: 916px;
background-repeat: repeat-x;
height: 6px;
margin-bottom: 6px;
z-index: 1;
margin-top: -2px;
}
-
- Registered User
- Posts: 2134
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt