• In the logo upload, it says the logo should be 1160px wide, but it only shows up around 300px. How do I make this area bigger so my logo is more proportionate?

Viewing 1 replies (of 1 total)
  • 1) The file header.php:

    <img src=”<?php header_image(); ?>” width=”217″ height=”70″ alt=”<?php bloginfo(‘name’); ?> <?php _e(‘Logo’, kopa_get_domain()); ?>”>

    Change the values 217 and 70 on the dimensions of your image.

    2) The file style.css:

    #logo-image {
    margin-top: 8px;
    }

    #header-middle {
    padding: 30px 0;
    }

    Changing the distance around the logo.

Viewing 1 replies (of 1 total)

The topic ‘Logo size’ is closed to new replies.