We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

theme header size is very big | Forum

Topic location: Forum home » Development » Themes
Onur
Onur Apr 20 '15
theme header size is very big. i want to change it to make more small. how can i change it. it is abouth croyon themes. header is very big.
Umair
Umair Apr 21 '15
Install fire bug for firefox and then right click header and then inspect element. Change the styles appearing and see the changes. If you find out, then make the changes to css from admin area. I am using ethos theme and I changed header size like this

.ow_console {
height: 50px !important;
}
.ow_header .ow_logo {
height: 50px !important;
width: 150px !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
margin-left: -20px !important;
}
.ow_header .ow_logo h2 {
height: 50px !important;
margin: 0 !important;
padding-top: 0 !important;
}
.ow_header .ow_logo h2 a {
height: 50px !important;
width: 150px !important;
}
Onur
Onur Apr 21 '15
thank you umair. i already made it.
Umair
Umair Apr 21 '15
good