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?