Change Header Image Size In Ocean Mist With CSS

  • Unknown's avatar

    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!!

  • Unknown's avatar

    but the image you’re calling is only one size. You need to make the image larger.

  • The topic ‘Change Header Image Size In Ocean Mist With CSS’ is closed to new replies.