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 Center & Border Problem on Tue Dec 20, 2011 8:06 pm

KiD CaTz


Registered Member
Registered Member
need help about how to center this "Free forum | © PunBB | Free forum support | Statistics | Contact | Report an abuse"

also remove adds border above nav bar...

2Solved Re: Center & Border Problem on Wed Dec 21, 2011 7:27 am

Nera


WebArtz Technician
WebArtz Technician
Hi,

To center your footer copyrights add this to CSS:

Code:
#pun-about {
    text-align: center !important;
}

For the adds border removal add this to CSS:

Code:
#main .module-advert .main-content {
    border: none !important;
}


_________________

3Solved Re: Center & Border Problem on Wed Dec 21, 2011 11:35 am

KiD CaTz


Registered Member
Registered Member
it work nera. thanks for help Smile can lock as sloved now.

4Solved Re: Center & Border Problem on Wed Dec 21, 2011 5:49 pm

Nera


WebArtz Technician
WebArtz Technician
Solved/Locked


_________________

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