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.

Design Help

2 posters

Go down

Design Help Empty Design Help

Post by Cool-Guy Sun Jan 03 2010, 21:46

This is my forum: http://crimson-butterfly.forumotion.com/forum.htm

What can I do to get this text to the left " * Forums free | Roleplay forums | Fantastic - others | ©️ phpBB | Free forum support | Statistics | Contact | Report an abuse | Free forum" to the middle, and remove "home" at the bottom left?
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Design Help Empty Re: Design Help

Post by Cool-Guy Sat Jan 09 2010, 01:33

Bump.
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Design Help Empty Re: Design Help

Post by ankillien Sat Jan 09 2010, 12:19

Hello,

You can go to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
a.icon-home {
display : none;
}
#page-footer ul li {
float : left !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Design Help Empty Re: Design Help

Post by Cool-Guy Sat Jan 09 2010, 13:54

Whops! I meant "how can I get the text to the middle and remove the home-link". I tired to change "left" in the code to "middle", but that didn't work. What to do?
avatar
Cool-Guy
Forumember

Posts : 295
Reputation : 0
Language : English

Back to top Go down

Design Help Empty Re: Design Help

Post by ankillien Sat Jan 09 2010, 16:20

Sorry Embarassed

You should remove the previous code and add this one there...

Code:
a.icon-home {
display : none;
}
#page-footer ul li {;
float : none !important;
}
#page-footer {
text-align : center !important
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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