Supernova

change witdh - Supernova

change witdh

by hicmed » Sat May 20, 2023 8:30 am

hi
how to increase the width for forum and topics , recent topics , forumlist

thank you
hicmed
Registered User
Posts: 63
Joined: Mon Feb 01, 2021 5:42 pm

Re: change witdh

by Mannix_ » Sat May 20, 2023 10:53 am

adjust these max-width values found for these in supernova.css

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;
}
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
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2134
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt