Manuel Demetz
asked 10 years ago
1 Answers
DominicStaff
answered 10 years ago

Hi Manuel !  
To change the height of the header on the DW ARGO theme, please go to Dashboard >> Appearance >> Customize >> Custom Codes tab, add the following code to the “Header Code”

<style>
.navbar .brand {
   height: ...px;
   width: ....px;
}
.navbar .nav > li {
   height: ...px;
}
</style>

Hope that helps!

Powered by DW Question & Answer Pro