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.

Footer links to the bottom

4 posters

Go down

In progress Footer links to the bottom

Post by Mimóza Mon Nov 16, 2015 7: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/
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

In progress Re: Footer links to the bottom

Post by brandon_g Mon Nov 16, 2015 12: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 Mon Nov 16, 2015 8: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
brandon_g
brandon_g
Manager
Manager

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

https://www.broadcastingduo.com

Back to top Go down

In progress Re: Footer links to the bottom

Post by m0bber Mon Nov 16, 2015 2: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;
}
m0bber
m0bber
New Member

Posts : 13
Reputation : 3
Language : Romanian

http://darkyx.forumer.ro

Back to top Go down

In progress Re: Footer links to the bottom

Post by Mimóza Mon Nov 16, 2015 5: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
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

In progress Re: Footer links to the bottom

Post by m0bber Mon Nov 16, 2015 8: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;}
m0bber
m0bber
New Member

Posts : 13
Reputation : 3
Language : Romanian

http://darkyx.forumer.ro

Back to top Go down

In progress Re: Footer links to the bottom

Post by Mimóza Tue Nov 17, 2015 7: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
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

In progress Re: Footer links to the bottom

Post by SLGray Tue Nov 17, 2015 11:48 am

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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Footer links to the bottom

Post by Mimóza Wed Nov 18, 2015 7: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:
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

In progress Re: Footer links to the bottom

Post by SLGray Fri Nov 20, 2015 2: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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Footer links to the bottom

Post by Mimóza Fri Nov 20, 2015 7: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
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

In progress Re: Footer links to the bottom

Post by SLGray Fri Nov 20, 2015 10: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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Footer links to the bottom

Post by Mimóza Mon Nov 23, 2015 4:48 pm

That's flawless and working. Footer links to the bottom 1f601
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

In progress Re: Footer links to the bottom

Post by SLGray Mon Nov 23, 2015 8: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.
SLGray
SLGray
Administrator
Administrator

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Footer links to the bottom

Post by Mimóza Sat Nov 28, 2015 6:50 pm

You can garbage this.  Footer links to the bottom 1f610
Mimóza
Mimóza
Forumember

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

https://graphicballoon.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum