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>
1 Answers
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 !
Please login or Register to submit your answer
replied 11 years ago
unfortunately this has no effect on the WPtheme
http://cmspioneer.com/designwall/question/how-to-make-logoheader-height-bigger/
replied 11 years ago
this is how it looks:
http://ubuntuone.com/1dIbqP7rdxHAKNy1jLxgLO