daniel
asked 10 years ago

first i needed to enlarge the left sidebar for the scrolldown issue (thanks for that again) now the sitelogo is too short and by the way i want it bit bigger 😉
this is my the actual custom code for the header section:

<style>
#header {
     height: 55px;

}

#main {
    padding: 50px 8px 10px 250px;
}
#sidebar {
    width: 210px;
}
</style>

 

daniel best
replied 10 years ago
daniel best
replied 10 years ago
1 Answers
DominicStaff
answered 10 years ago

Hello Daniel ! 
To change the size of site logo, you can log in to Dashboard >Appearance > Customize  > Custom Code, add the following code to the Header Code: 

<style>
#branding h1 {
     height: 60px;
    width: 278px;
}
#header #navigation li a {
   height: 60px;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro