How to make my board / banner bigger  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+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, 2:23 pm

    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 : 19209
    Reputation : 1998
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape March 22nd 2016, 7: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 : 51539
    Reputation : 3519
    Language : English
    Location : United States

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

    Post by SLGray March 22nd 2016, 7: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, 9: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, 9: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, 12:29 pm

    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, 3:49 pm

    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 : 7017
    Reputation : 919
    Language : English
    Location : USA

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

    Post by BlackScorpion April 3rd 2016, 8: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 10th 2016, 3:34 am

    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.