Space on bottom 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 posters

    Space on bottom

    Glavee
    Glavee
    Forumember


    Posts : 149
    Reputation : 1
    Language : English

    Solved Space on bottom

    Post by Glavee December 27th 2014, 11:34 pm

    Hi!

    As you can see in the image I have a space on bottom. Even if I scroll down or up, it's still there.

    How I could solve this?

    Thank you!

    Space on bottom Untitl10


    Last edited by Glavee on December 29th 2014, 12:02 am; edited 1 time in total
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Space on bottom

    Post by Ange Tuteur December 28th 2014, 5:43 pm

    Hello @Glavee,

    Add this rule to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    body { padding-bottom:0 !important }
    Glavee
    Glavee
    Forumember


    Posts : 149
    Reputation : 1
    Language : English

    Solved Re: Space on bottom

    Post by Glavee December 28th 2014, 6:38 pm

    Ange Tuteur wrote:Hello @Glavee,

    Add this rule to your stylesheet :
    Display > Colors > CSS stylesheet
    Code:
    body { padding-bottom:0 !important }

    Ange, it still doesn't work.

    I tried to change:

    Code:
    body {
        background-color: #164269;
        color: #5A5A5A;
        font-family: tahoma,helvetica,arial,sans-serif;
        font-size: 13px;
        padding-bottom: 15px;
        margin-top: 15px;

    with:

    Code:
    body {
        background-color: #164269;
        color: #5A5A5A;
        font-family: tahoma,helvetica,arial,sans-serif;
        font-size: 13px;
        padding-bottom: 0px;
        margin-top: 15px;

    or to delete padding-bottom: 15px; but it still doesn't work.
    Glavee
    Glavee
    Forumember


    Posts : 149
    Reputation : 1
    Language : English

    Solved Re: Space on bottom

    Post by Glavee December 28th 2014, 11:35 pm

    BUMP
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Space on bottom

    Post by TheCrow December 28th 2014, 11:40 pm

    Hello,

    That is from the overflow at the bottom. For example if you add something to your forum that is bigger than your screen (to the x angle) it will show it. As the image below:
    Space on bottom 671h9Qq


    Luffy



    Space on bottom Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Glavee
    Glavee
    Forumember


    Posts : 149
    Reputation : 1
    Language : English

    Solved Re: Space on bottom

    Post by Glavee December 28th 2014, 11:45 pm

    Luffy wrote:Hello,

    That is from the overflow at the bottom. For example if you add something to your forum that is bigger than your screen (to the x angle) it will show it. As the image below:
    Space on bottom 671h9Qq


    Luffy

    But I don't know what's bigger??

    If I give you my css or anything else, could you find what's the problem?
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Space on bottom

    Post by TheCrow December 28th 2014, 11:56 pm

    What makes it bigger seems to be the snow effect. I cannot edit anything to your forum. Something stops it but i am not sure what. Try removing the snow effect and check if it goes away.



    Space on bottom Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Glavee
    Glavee
    Forumember


    Posts : 149
    Reputation : 1
    Language : English

    Solved Re: Space on bottom

    Post by Glavee December 29th 2014, 12:01 am

    Luffy wrote:What makes it bigger seems to be the snow effect. I cannot edit anything to your forum. Something stops it but i am not sure what. Try removing the snow effect and check if it goes away.

    Oh, thank you very much!

    It was because of the decoration (up-left), but you brought me here, at the javascript.

    Thank you once again!
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: Space on bottom

    Post by TheCrow December 29th 2014, 12:05 am

    No problem.

    So long! :rose:


    Luffy



    Space on bottom Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Space on bottom

    Post by Ange Tuteur December 29th 2014, 2:14 am

    Thanks for the help, luffy.

    Topic archived