Site logo isn't centering?
2 posters
Page 1 of 1
Site logo isn't centering?
Ok, one more question! I have tried centering the logo of the site, but it always leaves room on the left, and top, then goes overboard on the bottom and to the right... how do I fix this? I went to Display => Headers & Navigation, and tried Left, Center, and Right for the logo positioning, and it didn't work.
Re: Site logo isn't centering?
http://hankthetank.canadian-forum.com/Gassy wrote:Can you provide your forum url?
Re: Site logo isn't centering?
Add this to your CSS Stylesheet:
- Code:
#pun-logo{
position: relative !important;
right: 5px !important;
}
Guest- Guest
Re: Site logo isn't centering?
Thank you! do you know if it's possible to move the image up so I dont see any of that grey area?
Re: Site logo isn't centering?
Yeah, replace:
- Code:
#pun-logo{
position: relative !important;
right: 5px !important;
}
- Code:
#pun-logo{
position: relative !important;
right: 5px !important;
bottom: 7px !important;
}
Guest- Guest
Re: Site logo isn't centering?
Thanks so much!Gassy wrote:Yeah, replace:to:
- Code:
#pun-logo{
position: relative !important;
right: 5px !important;
}
- Code:
#pun-logo{
position: relative !important;
right: 5px !important;
bottom: 7px !important;
}
Re: Site logo isn't centering?
Topic Solved & Locked |
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Centering an ad on my site
» Site Logo (editing the phpBB logo)
» Want a LOGO for my site?
» Logo for my site
» Logo For My Site
» Site Logo (editing the phpBB logo)
» Want a LOGO for my site?
» Logo for my site
» Logo For My Site
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum