Change Header Image Size In Ocean Mist With CSS
-
Is there a way to change the header size in Ocean Mist with CSS? I’ve tried changing some of the parameters, but haven’t had any luck. Here’s the relative CSS:
#header {
position:relative;
float:left;
display:block;
width:750px;
background:url(‘https://s-ssl.wordpress.com/wp-content/themes/pub/ocean-mist/images/bg_header.gif’) top no-repeat;
min-height:355px;
padding:0;
}* html #header {
height:355px;
}Thanks!!
-
- The topic ‘Change Header Image Size In Ocean Mist With CSS’ is closed to new replies.