-
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 12 months ago
Hi @myasinusman,
Try by applying the following code in custom css of child theme . Remove the previous given code.
`
@media screen and (min-width:481px){
.boxed .middle-col {
height: 55px!important;
}
.site-header .header-notifications {
height: 55px;
line-height: 55px;
}
.site-header .header-account-login {
height: 55px;…[Read more] -
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 12 months ago
Hi @myasinusman,
Please send us your site url and the thread through the contact us page , will check on your site . As it worked for me .
Regards
Anve -
Anve S. replied to the question Changing the height of site header in the forum Boss. theme 8 years, 12 months ago
Hi @myasinusman,
Try adding following css in custom css option of your child theme.
[Read more]
.site-header .left-col .table {
height: 55px;
}
.site-header .header-links {
height: 55px;
}
.site-header .header-notifications {
height: 55px;
line-height: 55px;
}
.site-header .header-account-login {
height: 55px;
line-height:…