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 help

4 posters

Go down

Footer help Empty Footer help

Post by dgrey May 9th 2011, 8:19 pm

Please help me, When you view my forum as a guest this happans as shown in the image below thanks.
Footer help Footer10
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Footer help Empty Re: Footer help

Post by lisa1302 May 9th 2011, 11:46 pm

So you have added extra footers right?

I think the problem is your links are set to a dark colour, almost black, which probably works fine in the main body of the forum - but set on the black obviusaly does that

Why dont you just use the proper footer config rather than manually adding them to the template? That way they'd be in the main body and the proper colours

lisa1302
lisa1302
Forumember

Female Posts : 305
Reputation : 40
Language : Enlish
Location : UK

http://www.babiesandall.com

Back to top Go down

Footer help Empty Re: Footer help

Post by kirk May 10th 2011, 2:42 am

is that what he is talking about?
if that was the case then it would be like that for everyone, so i am not understand what the problem is?

Please explain more,
Thank you
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Footer help Empty Re: Footer help

Post by dgrey May 10th 2011, 12:58 pm

I need the footer links to be center and on the botton of the white wrapper, Anyideas :/
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Footer help Empty Re: Footer help

Post by lisa1302 May 10th 2011, 1:43 pm

As in right under the ones that phbb, etc? Like mine are here http://www.babiesandall.com/ ???

Just add them to the footer configuration, in admin panel then modules, footer configuration.
lisa1302
lisa1302
Forumember

Female Posts : 305
Reputation : 40
Language : Enlish
Location : UK

http://www.babiesandall.com

Back to top Go down

Footer help Empty Re: Footer help

Post by dgrey May 10th 2011, 2:17 pm

Yeah like yours, And i have done that but it's not like yours.
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Footer help Empty Re: Footer help

Post by lisa1302 May 10th 2011, 2:24 pm

That is strange, maybe a version 3 thing, I don't know why its not in the right place
lisa1302
lisa1302
Forumember

Female Posts : 305
Reputation : 40
Language : Enlish
Location : UK

http://www.babiesandall.com

Back to top Go down

Footer help Empty Re: Footer help

Post by dgrey May 10th 2011, 2:41 pm

I think i need a css code to edit it Smile
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Footer help Empty Re: Footer help

Post by kirk May 10th 2011, 3:45 pm

just change your css from right to center?


Or post your css code here and i will take a look at it.

You can try this to if you like.
Code:
div#footer {
clear:both;
text-align:center;
}

 
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Footer help Empty Re: Footer help

Post by Nera. May 10th 2011, 4:13 pm

This is what I see when going on your forum as a guest http://i.imm.io/5yh6.png
Footer links are not your only problem.
You would need to correct wrap repeat and height.
This are my settings for your wrap (look at footer and problems up) and look at the resault on bottom picture link I posted.
Code:
#wrap {
    background-image: url("http://img52.imageshack.us/img52/7569/mrfreshuklogo2.png");
    background-position: center top;
    background-repeat: repeat-x;
    margin: -11px auto 0;
    min-height: 730px;
    min-width: 768px;
    padding: 20px;
    width: 75%;
}

Than to center your footer links
Code:
#page-footer, div.navbar, div.navbar ul.linklist {
    text-align: center;
}

This will be your resault http://i.imm.io/5yiB.png
Hope you meant that ,)
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Footer help Empty Re: Footer help

Post by dgrey May 10th 2011, 4:59 pm

I dont know if my wrapper is fixed, And my footer is still the same :/
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Footer help Empty Re: Footer help

Post by Nera. May 10th 2011, 5:10 pm

Code:
ul.linklist li.rightside {
    float: right;

Find it and delete float: right;
You have it in 2 places with float right. Must delete both float. They will be in centar than. Your forum looks good for me now.

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Footer help Empty Re: Footer help

Post by dgrey May 10th 2011, 5:18 pm

Found it it has been deleted and it's just the same
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Footer help Empty Re: Footer help

Post by Nera. May 10th 2011, 5:31 pm

That's strange since I see one left in your CSS. Must delete it also and add
Code:
#page-footer, div.navbar, div.navbar ul.linklist {
    text-align: center;
}
I did it, see http://i.imm.io/5ypR.png
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Footer help Empty Re: Footer help

Post by dgrey May 10th 2011, 6:52 pm

am lost now lol Sad
dgrey
dgrey
Forumember

Male Posts : 243
Reputation : 0
Language : English
Location : Uk,Lancashire

http://modifiedrides.7forum.info/

Back to top Go down

Back to top

- Similar topics

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