How to change height of the main banner ?
-
Hello,
I want to change my header size to static, something around 260-300px, but when I start editing main.css nothing happen.
main.css:
/* =Header -------------------------------------------------------------------- */ .bro-header { width: 100%; background: #363141; } .site-title { margin: 0; padding: 0; text-align: center; font-family: 'Yellowtail', cursive; font-size: 50px; font-weight: normal; line-height: 1; text-shadow: 1px 1px #2e2e2e, 2px 2px #2e2e2e, 3px 3px #2e2e2e, 4px 4px 0.333px rgba(46, 46, 46, 0.9); } .site-title a {color: #d35b5b;} .site-title a:hover {color: #5bcad3;}
I tried this variants, but they don’t want work for me :
.bro-header { width: 100%; height: 31ex; background: #363141; }
.bro-header { width: 100%; height: 300px; background: #363141; }
and some other, can’t remember right now…
Please help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to change height of the main banner ?’ is closed to new replies.