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.

How can i align the links in the footer?

3 posters

Go down

Solved How can i align the links in the footer?

Post by sesamemucho October 31st 2009, 12:03 pm

the links are all aligned to the right, except for the lone "Home" link at the left. is there any way i can align them to the center?

here's my forum http://seminarista.heavenforum.org/forum.htm

thanks in advance
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Sanket October 31st 2009, 12:08 pm

you mean the navigation links?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by sesamemucho October 31st 2009, 12:15 pm

yes sir. the links at the bottom of the page
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Sanket October 31st 2009, 12:19 pm

Can i see the code that you added?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by sesamemucho October 31st 2009, 12:23 pm

i just added the highlighted line in the css. i also found it here.

/* Footer---------------------------------------------------*/
.copyright {
padding: 5px;
text-align: center;
color: #6b6b6b;
font-size : 9px;
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Sanket October 31st 2009, 12:27 pm

css, i think Jalo has to take over.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by sesamemucho October 31st 2009, 12:32 pm

i also browsed on several forumotion sites and most of them show the same alignment. i guess, it's just the way it is but i just want the links to "fit" inside the footer (if it's possible)

thanks sanket for looking into this matter
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Jalokim October 31st 2009, 12:39 pm

hello.

unfortuantely with phpbb3 the home nav is thrown to the other side of the bar.

what I can propose , is that I remove the home link and center the rest of the links. I think that is possible.
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by sesamemucho October 31st 2009, 12:44 pm

i'll try it out. thanks for your help jalokim
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Jalokim October 31st 2009, 12:48 pm

seems you are confident...

but here is the code.
find this in your CSS
Code:
icon-home {
and add

display: none;

if it doesn't appear in your css, i think you can add it.

then using the css code you provided above
Code:
/* Footer---------------------------------------------------*/
.copyright {
padding: 5px;
text-align: center;
color: #6b6b6b;
font-size : 9px;

hmm... its already text center....
change it to text left... maye it'll finally land inside the bar.
If not reply, we'll get some poisitioning in there
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by sesamemucho October 31st 2009, 12:56 pm

i was just hoping to find a "home" keyword in the css. i'm already teary-eyed looking at all the codes ;p you do one heck of a job jalokim

unfortunately, "icon-home" is not part of my forum's css.

i already tried changing it to the left but it's only the "Administration Panel" link that's changing and not the links inside the footer nav bar.
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Jalokim October 31st 2009, 1:45 pm

somethings are not as easy as they seem.
But the word impossible is not in my dictionary

ok I have worked on your code...

so just find this:
Code:
ul.linklist li.footer-home {

and make it look like this:

Code:
ul.linklist li.footer-home {
   float: left;
   display: none;
}


then find this:

Code:
ul.linklist li.rightside {

and make it look like this:

Code:
ul.linklist li.rightside {
   color: #fffff1;
   float: left;
   margin-left: 100px;
}

and ta da ... not tested live but in theory it should work
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by sesamemucho November 1st 2009, 9:57 am

wow, you're awesome jalokim! the "home" link completely vanished and i just adjusted to 130 px to center-align the links with my forum widgets.

you nailed it! good job! thanks again!


dear mods, you may now tag this thread solved! Very Happy
sesamemucho
sesamemucho
Forumember

Male Posts : 30
Reputation : 0
Language : English

http://connect.friendhood.net

Back to top Go down

Solved Re: How can i align the links in the footer?

Post by Sanket November 1st 2009, 10:11 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
How can i align the links in the footer? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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