The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
+3
SLGray
Ape
tinsutu
7 posters

    How to make my board / banner bigger

    tinsutu
    tinsutu
    Forumember


    Posts : 36
    Reputation : 1
    Language : English

    In progress How to make my board / banner bigger

    Post by tinsutu March 22nd 2016, 9:23 am

    How to make my board / banner bigger  1110
    Please see my screenshot, I want to make section 1 and 2 bigger, Been finding everywhere but can't.
    Please help thanks
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: How to make my board / banner bigger

    Post by Ape March 22nd 2016, 2:24 pm

    You have to get some one to remake the banner to the size you want



    How to make my board / banner bigger  Left1212How to make my board / banner bigger  Center11How to make my board / banner bigger  Right112
    How to make my board / banner bigger  Ape_b110
    How to make my board / banner bigger  Ape1010
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: How to make my board / banner bigger

    Post by SLGray March 22nd 2016, 2:42 pm

    Please post your forum's link for appearance issues/questions.



    How to make my board / banner bigger  Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    tinsutu
    tinsutu
    Forumember


    Posts : 36
    Reputation : 1
    Language : English

    In progress Re: How to make my board / banner bigger

    Post by tinsutu March 24th 2016, 4:26 am

    APE wrote:You have to get some one to remake the banner to the size you want
    No I've tried to make banner bigger but still same size as default.

    SLGray wrote:Please post your forum's link for appearance issues/questions.
    www.dadroom.com
    avatar
    Guest
    Guest


    In progress Re: How to make my board / banner bigger

    Post by Guest March 24th 2016, 4:42 am

    Here's a sample code to be added to your CSS:

    Code:
    #logo, #logo img {padding:0px;width: 100% !important;height: 11% !important;}

    but you'll probably need to adjust the height % to fit your needs, or leave it out, like this:

    Code:
    #logo, #logo img {padding:0px;width: 100% !important;}

    Hello Samantha

    EDIT: Just saw you have PunBB... So that 'd probably be:

    Code:
    a#pun-logo img {padding:0px;width: 100% !important;}
    Take Notes
    Take Notes
    Helper
    Helper


    Male Posts : 2337
    Reputation : 324
    Language : English
    Location : Forumountain

    In progress Re: How to make my board / banner bigger

    Post by Take Notes March 24th 2016, 7:29 am

    Administration Panel > General > Page structure > Forum width
    Thewhiteninja97
    Thewhiteninja97
    Forumember


    Posts : 59
    Reputation : 5
    Language : English

    In progress Re: How to make my board / banner bigger

    Post by Thewhiteninja97 April 3rd 2016, 9:49 am

    Mine is http://thepromotioncircle.forumotion.com except logos too big Sad well I mean some said script design problem

    Edit: too small you can see the space if you know what I mean
    BlackScorpion
    BlackScorpion
    Graphic Designer
    Graphic Designer


    Male Posts : 7044
    Reputation : 920
    Language : English
    Location : USA

    In progress Re: How to make my board / banner bigger

    Post by BlackScorpion April 3rd 2016, 2:52 pm

    Thewhiteninja97 wrote:Mine is http://thepromotioncircle.forumotion.com except logos too big Sad well I mean some said script design problem

    Edit: too small you can see the space if you know what I mean

    @Thewhiteninja97, you should create your own new topic for your problem.

    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    In progress Re: How to make my board / banner bigger

    Post by Van-Helsing April 9th 2016, 9:34 pm

    Hello @tinsutu,
    Go to ACP(Admin Control Panel) > Display > Pictures and Colors > Colors > CSS Stylesheet

    find this code:
    Code:
    a#pun-logo img {
        padding: 0;
        width: 90% !important;
    }

    and replace it with the following code:

    Code:
    a#pun-logo img {
        padding: 0;
        width: 101.7% !important;
        margin-left: -10px;
        margin-top: -10px;
        height: 308px;
    }

    then press submit.

      Current date/time is November 11th 2024, 1:53 pm