Footer a bit lower 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.
4 posters

    Footer a bit lower

    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Footer a bit lower

    Post by Rupture January 17th 2015, 12:14 am

    Hi, my forum http://raptorgaming.forumotion.com/ I have a custom footer, but the picture is a bit too high, how can I make the top of the image start lower so the image is right behind the text? thanks
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Footer a bit lower

    Post by Ange Tuteur January 17th 2015, 12:48 am

    Hello @Rupture,

    Try adding the following rule to your stylesheet.
    Dislpay > Colors > CSS stylesheet
    Code:
    div#page-footer ul.linklist {
      height:auto;
      padding:1px 3px
    }
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Re: Footer a bit lower

    Post by Rupture January 17th 2015, 6:16 pm

    Hi Ange,

    This is what I have and it does not work:
    Code:
    div#page-footer ul.linklist {
    background-image: url('http://i1242.photobucket.com/albums/gg529/oscar_mad_violinist/Site%20Stuff/gradie12_zps79403cb7.png');
    background-position: 5px 100%;
        height:auto;
      padding:1px 3px
      height: 10px;
    box-shadow: 0 0 8px blue;
      -webkit-border-radius:13px;
    -moz-border-radius:13px;
    border-radius:12px;}

    Hope you can help!
    TheCrow
    TheCrow
    Manager
    Manager


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

    Solved Re: Footer a bit lower

    Post by TheCrow January 17th 2015, 6:29 pm

    Hello,

    Try adding !important to those rules Ange gave you. (always before the ";" ofc)

    Luffy



    Footer a bit lower 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!
    Rupture
    Rupture
    Forumember


    Male Posts : 328
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    Solved Re: Footer a bit lower

    Post by Rupture January 17th 2015, 6:45 pm

    Thanks yall!
    Base
    Base
    Forumaster


    Male Posts : 10383
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: Footer a bit lower

    Post by Base January 17th 2015, 8:53 pm

    Solved => Archived