+3
SLGray
Ape
tinsutu
7 posters
How to make my board / banner bigger
tinsutu- Forumember
- Posts : 36
Reputation : 1
Language : English
- Post n°1
How to make my board / banner bigger
Ape- Administrator
- Posts : 19432
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°2
Re: How to make my board / banner bigger
You have to get some one to remake the banner to the size you want
SLGray- Administrator
- Posts : 51554
Reputation : 3523
Language : English
Location : United States
- Post n°3
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.
tinsutu- Forumember
- Posts : 36
Reputation : 1
Language : English
- Post n°4
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.
Guest- Guest
- Post n°5
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;}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
- Post n°6
Re: How to make my board / banner bigger
Administration Panel > General > Page structure > Forum width
Thewhiteninja97- Forumember
- Posts : 59
Reputation : 5
Language : English
- Post n°7
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
BlackScorpion- Graphic Designer
- Posts : 7044
Reputation : 920
Language : English
Location : USA
- Post n°8
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!
Van-Helsing- Hyperactive
- Posts : 2431
Reputation : 116
Language : English, Greek
- Post n°9
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.