1 Answers
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!
Please login or Register to submit your answer