![]() |
|
|||||||
| phpBB Support Forum Ask phpBB support questions here. Free forum will answer your questions in a timely manner. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Sorry, we don't known because the maximum size of your logo depend on the size of the default logo of that theme.
__________________
The FreeForum.ca Team. Free Forum http://www.forummate.com Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org |
|
||||
|
I've tried both ways of uploading a logo, and the size always caps out at 608 x 102. But that's just fine. It doesn't need to be any bigger than that.
Right now I have a transparent gif in there until I get a proper one made. Once I have it up though, I would like it to be centered. Is there any way I can do that or do I have to request it? If I have to request it, I'll do it when I post it up. |
|
||||
|
D'oh! Some of the theme CSS styles have the logo attributes set to max width, max height, or auto. You can edit your theme if you know basic CSS, it should let you upload the larger logo that you wanted and "yes" you can most certently center it. I don't know how I missed that before sorry. Anyway, here's a video that you can watch on simple HTML and CSS, it will help you understand how to edit the style codes of your themes.
After you watch the video, go to your ACP and edit your theme. Look for the line where the logo tag is (see example below) and change the height, width, and position attributes. Code:
#logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
}
Hope this helps you Ayana Last edited by lamordida : 07-07-2008 at 07:08 PM. |
|
||||
|
You can do it yourself, but if you need my help, please let me known.
And thanks lamordida
__________________
The FreeForum.ca Team. Free Forum http://www.forummate.com Free PhpNuke Hosting http://www.greatnuke.com, http://www.freephpnuke.org |
|
||||
|
Yeah, when I signed up I was daunted by the fact that I know nothing about code. Lucky for me my fiance knows enough. He helped me get through the changing of my background to a picture tile than a simple colour. I figured the logo would be the same way. I'm learning though. Thanks to you guys.
I'll check out the video and see what I can do on my own. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|