Hi,
Add next code to your CSS tab:
#header .logo {
height:100% !important;
}
Try changing:
#header .logo h1 a {
display:block;
height:100%;
}
to:
#header .logo h1 a {
display:block;
height:240px;
}
in your theme’s stylesheet.
I first tried inserting the code Anton suggested via the dashboard themes>customize>css but it didn’t seem to help. I then searched for the code that esmi suggested replacing and the closest thing I can find is this:
#header {
height:250px;
position: relative
}
#header .logo {
height:60%;
text-transform: uppercase;
margin:0 auto
}
#header h1 {
font: bold 600%/100% Verdana,Tahoma,sans-serif;
letter-spacing: -6px;
margin:0;
padding:0;
}
#header h2 {
display:block;
font-size:1.2em;
margin:0;
padding:0 8px;
}
#header .logo a {
display:block;
}
Help? Hahaha. Thanks for the quick responses by the way!
Just to be clear I should be editing the style.css in /themes/constructor/, correct?
I could really use a fix here, any ideas?
Try to be a little more patient. People may be in very different time zones to you. It looks like the css I located is buried deep within the Constructor folders. Try adding:
#header .logo h1 a {height:240px !important;}
to the bottom of your style.css file.
That worked perfectly, thanks so much esmi. I’ll try and be more patient next time, was just getting a bit frustrated.