How to make my board / banner bigger
+3
SLGray
Ape
tinsutu
7 posters
Page 1 of 1
Re: How to make my board / banner bigger
You have to get some one to remake the banner to the size you want
Re: How to make my board / banner bigger
Please post your forum's link for appearance issues/questions.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to make my board / banner bigger
No I've tried to make banner bigger but still same size as default.APE wrote:You have to get some one to remake the banner to the size you want
www.dadroom.comSLGray wrote:Please post your forum's link for appearance issues/questions.
tinsutu- Forumember
- Posts : 36
Reputation : 1
Language : English
Re: How to make my board / banner bigger
Here's a sample code to be added to your CSS:
but you'll probably need to adjust the height % to fit your needs, or leave it out, like this:
Samantha
EDIT: Just saw you have PunBB... So that 'd probably be:
- Code:
#logo, #logo img {padding:0px;width: 100% !important;height: 11% !important;}
but you'll probably need to adjust the height % to fit your needs, or leave it out, like this:
- Code:
#logo, #logo img {padding:0px;width: 100% !important;}
Samantha
EDIT: Just saw you have PunBB... So that 'd probably be:
- Code:
a#pun-logo img {padding:0px;width: 100% !important;}
Guest- Guest
Re: How to make my board / banner bigger
Administration Panel > General > Page structure > Forum width
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: How to make my board / banner bigger
Mine is http://thepromotioncircle.forumotion.com except logos too big well I mean some said script design problem
Edit: too small you can see the space if you know what I mean
Edit: too small you can see the space if you know what I mean
Re: How to make my board / banner bigger
Thewhiteninja97 wrote:Mine is http://thepromotioncircle.forumotion.com except logos too big well I mean some said script design problem
Edit: too small you can see the space if you know what I mean
@Thewhiteninja97, you should create your own new topic for your problem.
Graphic Design Section Rules || Becoming a Designer || Graphic Requests
Graphics Request Form
Make sure to check out our FREE Graphic's Gallery
No support provided via PM!
Re: How to make my board / banner bigger
Hello @tinsutu,
Go to ACP(Admin Control Panel) > Display > Pictures and Colors > Colors > CSS Stylesheet
find this code:
and replace it with the following code:
then press submit.
Go to ACP(Admin Control Panel) > Display > Pictures and Colors > Colors > CSS Stylesheet
find this code:
- Code:
a#pun-logo img {
padding: 0;
width: 90% !important;
}
and replace it with the following code:
- Code:
a#pun-logo img {
padding: 0;
width: 101.7% !important;
margin-left: -10px;
margin-top: -10px;
height: 308px;
}
then press submit.
Similar topics
» how do i make my message board bigger
» Make my forum board bigger?
» How to make only topic title text bigger?
» how to make Gallery thumbnail bigger on index and portal??
» How to make a rules on the board ?
» Make my forum board bigger?
» How to make only topic title text bigger?
» how to make Gallery thumbnail bigger on index and portal??
» How to make a rules on the board ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum