Changing my header's weight
-
Hello,
I’m trying to reduce the height (size) of the dark header area.
The help team already helped me with the code bellow but after that I added other codes the change my menu and my header is becoming too big for a mobile device. Can you tell me how to reduce it with out changing the existing codes?
many thanks for your help.#masthead {
margin-top: 1px;
margin-bottom: 1px;
}hgroup {
width: 25px;
}.main-navigation {
float: right;
width: auto;
}many thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try to use this code;
#masthead hgroup{ width: 40%; } .main-navigation{ margin-top: 30px; }Don’t hesitate to ask me if you need another help.
-
-
- The topic ‘Changing my header's weight’ is closed to new replies.