How to reduce size of header
2 posters
Page 1 of 1
How to reduce size of header
Hi
Is there way of ensuring the forum header can automatically reduce in size when the actual forum is reduced in size?
For instance, if I make my forum smaller the header stays the same size and looks silly....so I'd like the header to reduce in size too. Is that possible please?
http://jillhavern.forumotion.net/
Is there way of ensuring the forum header can automatically reduce in size when the actual forum is reduced in size?
For instance, if I make my forum smaller the header stays the same size and looks silly....so I'd like the header to reduce in size too. Is that possible please?
http://jillhavern.forumotion.net/
Re: How to reduce size of header
The header does automatically adjust with the rest of the forum width, what doesn't adjust is the image in your header.
To make the image re-size put this in your CSS:
And adjust the percentage accordingly.
If you want you can also use this:
Where you can adjust the max-width value, which prevents the image from stretching too much and making it blurry.
To make the image re-size put this in your CSS:
- Code:
#logo img {
width: 100%;
}
And adjust the percentage accordingly.
If you want you can also use this:
- Code:
#logo img {
width: 100%;
max-width: 800px;
}
Where you can adjust the max-width value, which prevents the image from stretching too much and making it blurry.
Similar topics
» reduce the size of profile posts
» how to reduce the size of my mobile logo
» Reduce size of color panel
» How to reduce the number of pages ?
» Banner header size
» how to reduce the size of my mobile logo
» Reduce size of color panel
» How to reduce the number of pages ?
» Banner header size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum