WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved Need a little help Thu May 24, 2012 4:17 pm

Nefusa 7

Nefusa 7
Registered Member
Registered Member
Hi again Smile
um.. what there are a code that can remove this ?
Need a little help Home

and then I want to center this
Need a little help Footer

oh yeah I'm using PHPBB3 Smile

please help me Wink
thanks before Very Happy

http://igcforum.forumh.net

2Solved Re: Need a little help Thu May 24, 2012 4:38 pm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
First problem:

Find in CSS and add:
Code:
ul.linklist li.footer-home {
display:none;
}
For second one:
Code:
#page-footer, div.navbar, div.navbar ul.linklist a {
text-align:center !important;
}

3Solved Re: Need a little help Thu May 24, 2012 5:13 pm

Nefusa 7

Nefusa 7
Registered Member
Registered Member
now first problem is solved Smile

but the second one is not work Sad

http://igcforum.forumh.net

4Solved Re: Need a little help Thu May 24, 2012 5:38 pm

ankillien

ankillien
Administrator
Administrator
I think you should not remove those links as it will break forumotion TOS and your forum might get deleted.

You can use credits to remove them.

5Solved Re: Need a little help Thu May 24, 2012 6:14 pm

Nefusa 7

Nefusa 7
Registered Member
Registered Member
ankillien wrote:I think you should not remove those links as it will break forumotion TOS and your forum might get deleted.

You can use credits to remove them.
I not remove it, but I just centering it Smile
like this Smile
Need a little help Webartzfooter

http://igcforum.forumh.net

6Solved Re: Need a little help Thu May 24, 2012 6:48 pm

ankillien

ankillien
Administrator
Administrator
Ok.

This code would do the trick for you...

Code:
#page-footer ul.linklist {
text-align: center;
}
.li.rightside {
float: none;
}

7Solved Re: Need a little help Thu May 24, 2012 8:04 pm

Nefusa 7

Nefusa 7
Registered Member
Registered Member
ankillien wrote:Ok.

This code would do the trick for you...

Code:
#page-footer ul.linklist {
text-align: center;
}
.li.rightside {
float: none;
}
that not work Sad

http://igcforum.forumh.net

8Solved Re: Need a little help Thu May 24, 2012 8:07 pm

Mr.Joker

Mr.Joker
Mr. WebArtz
Mr. WebArtz
Can you try like this:
Code:
#page-footer ul.linklist {
text-align: center !important;
}
.li.rightside {
float: none !important;
}

9Solved Re: Need a little help Thu May 24, 2012 8:42 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Code:
#page-footer ul {
text-align: center; 
}
#page-footer ul li {
float: none;
}

http://woops.dk

10Solved Re: Need a little help Thu May 24, 2012 9:23 pm

Nefusa 7

Nefusa 7
Registered Member
Registered Member
Mr.Joker wrote:Can you try like this:
Code:
#page-footer ul.linklist {
text-align: center !important;
}
.li.rightside {
float: none !important;
}
not work Sad

Unknown Data wrote:
Code:
#page-footer ul {
text-align: center; 
}
#page-footer ul li {
float: none;
}
This is work Very Happy
thank you Unknown Data Smile
and thank you for who try to help Smile

Now Solved
please lock this thread Very Happy

http://igcforum.forumh.net

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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