[Theme Plane] Problems changing the header height
-
Hi there, I would to do some tweaking on this theme but I’m having a hard time changing the height of the header
This is the original code:
.site-header .site-branding { padding: 50px 0; } /* Site Branding */ .site-header { background: #bed4df; background-position: center; background-repeat: no-repeat; height: 100%; min-height: 180px; position: relative; text-align: center; width: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
and I tried to change it by changing the padding and the minimum height but without luck
.site-header .site-branding { padding: 10px 0; } /* Site Branding */ .site-header { background: #bed4df; background-position: center; background-repeat: no-repeat; height: 100%; min-height: 90px; position: relative; text-align: center; width: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
Ideally I would also like to align the sit description to the left and replace the site title with an image (that scales).
In the past I managed but back then CSS was much more simple. Any pointers are welcome!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘[Theme Plane] Problems changing the header height’ is closed to new replies.