Footer links to the 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.
4 posters

    Footer links to the bottom

    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Footer links to the bottom

    Post by Mimóza November 16th 2015, 8:52 am

    Hi!  Footer links to the bottom 1f601 

    I'd like to move te obligatory footer fields to the bottom of my forum. anyone could help me with that, please?
    Footer links to the bottom Footerdown

    Link: http://eloahun.hungarianforum.com/
    brandon_g
    brandon_g
    Manager
    Manager


    Male Posts : 10113
    Reputation : 923
    Language : English
    Location : USA

    In progress Re: Footer links to the bottom

    Post by brandon_g November 16th 2015, 1:02 pm

    Hello,

    In order to remove them, you will need to purchase credits. Not sure if moving them is permitted by the TOU or not, but if it were, this should be doable using css.

    -Brandon


    Last edited by brandon_g on November 16th 2015, 9:45 pm; edited 1 time in total



    Footer links to the bottom Brando10
    Remember to mark your topic Footer links to the bottom Solved15 when a solution is found.
    General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

    Footer links to the bottom Scre1476
    Team Leader
    Review Section Rules | Request A Review | Sticker Points
    m0bber
    m0bber
    New Member


    Posts : 13
    Reputation : 3
    Language : Romanian

    In progress Re: Footer links to the bottom

    Post by m0bber November 16th 2015, 3:32 pm

    Hello @Mimóza

    As bradon said,you can only remove it if you purchase credits,but moving it is not(as soon as you don't hide it(.
    Don't forget to edit the "top:25px" to something that fits your preference Very Happy.And don't forget:DON'T hide the linkis,else your forum is going to get removed.
    If you want to move the entire footer navbar:
    Code:

     #page-footer .navbar{
              position:relative; top:25px;
    }
    And if you want to move the only the text :
    Code:

     #page-footer a.mainmenu {
              position:relative; top:25px;
    }
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Footer links to the bottom

    Post by Mimóza November 16th 2015, 6:38 pm

    O, my request by no means aimed at removing the links. Footer links to the bottom 1f607 I just want to place them elsewhere. Footer links to the bottom 1f609 
    @m0bber , thanks a lot! I tried your codes, but unfortunately none of them worked. Footer links to the bottom 1f62d
    m0bber
    m0bber
    New Member


    Posts : 13
    Reputation : 3
    Language : Romanian

    In progress Re: Footer links to the bottom

    Post by m0bber November 16th 2015, 9:17 pm

    Oh,
    Try this code:
    Code:

    div#page-footer {
    margin-top: 150px;}
    And if that doesn't work either:

    Code:
      div#page-footer ul.linklist {
    position: absolute;
       top: 150px;}
    Mimóza
    Mimóza
    Forumember


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Footer links to the bottom

    Post by Mimóza November 17th 2015, 8:46 am

    Thank you!  Footer links to the bottom 1f601 The codes didn't work. Footer links to the bottom 1f633 I don't know why, but those links seem to be glued there.  Footer links to the bottom 1f636
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Footer links to the bottom

    Post by SLGray November 17th 2015, 12:48 pm

    Code:
    #index_foot_wid {
        width: 100%;
        text-align: center;
        background-color: #242424;
        left: 0px;
        height: 200px;
        position: absolute;
        margin-top: 100px;
        color: #BABABA;
        font-size: 14px;
        overflow: hidden;
        border-top: 1px solid #1B1B1B;
        border-bottom: 20px solid #1B1B1B;
    }

    This is the CSS selector for those links, but it also affects what is below them.  Did you modify a template to add that at the bottom?



    Footer links to the bottom Slgray10

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


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Footer links to the bottom

    Post by Mimóza November 18th 2015, 8:18 am

    Hello @SLGray ,
    Thank you for the code, I tried it, but unfortunately it's not working. Footer links to the bottom 1f60a

    I edited the template.

    overall_footer_begin:

    overall_footer_end:
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Footer links to the bottom

    Post by SLGray November 20th 2015, 3:03 am

    CSS does not go in the templates.



    Footer links to the bottom Slgray10

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


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Footer links to the bottom

    Post by Mimóza November 20th 2015, 8:15 am

    Yes, I do know that. Footer links to the bottom 1f601 I just posted the edited footer parts, because I assume they play a role in the given codes not working. And you asked if I modified the template or not.  Footer links to the bottom 1f601
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Footer links to the bottom

    Post by SLGray November 20th 2015, 11:38 am

    You have this in your template, but it is CSS:


    Code:
    #index_foot_wid {    width: 100%;    text-align: center;    background-color: #242424;    left: 0px;    height: 200px;    position: absolute;    margin-top:100px;    color: #BABABA;    font-size: 14px;    overflow: hidden;    border-top: 1px solid #1b1b1b;    border-bottom: 20px solid #1b1b1b;}  .floating_foot_list {float: left;width: 25%;}  ul.foot_wid_ul {    text-decoration: none;    margin: 9px;    text-align: center;    padding: 11px 25px 13px;} li.foot_wid_li {    color: #6A7E87;    line-height: 28px;    text-align: left;    padding-left: 104px;} .foot_list_title {    display: block;    color: #E1E1E1;    padding-left: 137px;    text-align: left;  padding-top: 30px;        font-size: 16px;} #footer_wid_img {    text-align: center;    margin: auto;} #wid_img_da {    width: 150px;    margin: 0px;} .footer_p_da_last {    font-size: 12px;    color: #565656;    margin: -20px;}



    Footer links to the bottom Slgray10

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


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Footer links to the bottom

    Post by Mimóza November 23rd 2015, 5:48 pm

    That's flawless and working. Footer links to the bottom 1f601
    SLGray
    SLGray
    Administrator
    Administrator


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

    In progress Re: Footer links to the bottom

    Post by SLGray November 23rd 2015, 9:07 pm

    Is this solved?



    Footer links to the bottom Slgray10

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


    Female Posts : 678
    Reputation : 278
    Language : Hungarian, English

    In progress Re: Footer links to the bottom

    Post by Mimóza November 28th 2015, 7:50 pm

    You can garbage this.  Footer links to the bottom 1f610