header size
-
Hi! Can anyone help me shrink the size of my font in my header? I love the Gema theme I just purchased, but the header is really big. It takes up my whole page! and when I try to shrink it, it shrinks all my other font to be super tiny. any help is appreciated!
The blog I need help with is: (visible only to logged in users)
-
Gabby,
I believe editing the font size of a particular section in your theme has to be done through the CSS editor. The code should look something like this:
`.site-header{
height: 150px;
}
.main-title{
font-size: 20px;
}’Play around with the numeric metrics until you get the appropriate size.
Regards
-
-
-
Cool site by the way! Everything looks delicious.
So you’ve got two options relating to header image size:
1) You change the size of the photo then re-upload it. Any photo editor will be able to do that basic function.
2) Use this code in CSS editor
#logo-image { max-height: <strong>40</strong>px; }(not including the ` backticks)
Again, adjust that bold number until you get the desired effect.I would try the re-upload first, as reducing the size of your photo can help page load times.
-
-
As far as indenting the menus, I think that we might have to appeal to a higher power (wordpress support) for that one. I know my way around CSS, but not that intimately (yet!).
They are very diligent, and I imagine someone will have an answer for us before too long.
Let me know how the adjustments work out, and if I can be of any further help just holler at me in this thread.
Good luck!
-
- The topic ‘header size’ is closed to new replies.