• I need a logo with 600 x 200px , I tried to change the css : .site -branding #masthead {
    height: 200px ;
    width: 600px ;
    }

    But does not change the customize it cuts out the logo

    Any tips , thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter edvaldojose

    (@edvaldojose)

    Thank, this in localhost.

    Already changed the css, but when I enter the customize asks to cut.

    I think you have to change the header.php :

    <header id=”masthead” class=”site-header container” role=”banner”>
    <div class=”site-branding”>
    ” rel=”home”>
    <?php aviator_display_logo(); ?>

    <?php if( get_bloginfo(‘description’) && siteorigin_setting(‘branding_description’) ) : ?>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    <?php endif; ?>

    </div><!– .site-branding –>

    Thread Starter edvaldojose

    (@edvaldojose)

    Hey there,

    Please try adding following custom CSS in your child theme’s stylesheet, or using a plugin like Advanced CSS Editor:

    .site-branding a img {
        height: 200px;
        width: 600px;
    }

    Hope it helps.

    Thread Starter edvaldojose

    (@edvaldojose)

    Thank, solved , the logo is responsive, but this distorted.

    https://www.tisolucoes.net.br/odonto/

    Thread Starter edvaldojose

    (@edvaldojose)

    Strange , I removed the theme of css all controls immediately and solved the problems , what could be wrong?

    #masthead .site-branding a img {
    height: 250px;
    width: 1200px;
    }
    #masthead {
    margin-top: 25px;
    margin-bottom: 25px;
    }
    #masthead .site-branding {
    margin-bottom: 25px;
    font-family: ‘Raleway’, sans-serif;
    font-weight: 300;
    }
    #masthead .site-branding a {
    color: inherit;
    text-decoration: none;
    }
    #masthead .site-branding h1 {
    color: #333;
    font-size: 32px;
    margin-bottom: 0;
    }
    #masthead .site-branding h2 {
    color: #777;
    font-size: 16px;
    margin-bottom: 0;
    }
    #masthead .site-branding h1,
    #masthead .site-branding h2 {
    line-height: 1.25em;
    }
    @media (max-width: 680px) {
    #masthead .site-branding {
    text-align: center;
    }
    }

    Our entire deleted these line and ran

    Thanks

    Thread Starter edvaldojose

    (@edvaldojose)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change height and width of the logo ?’ is closed to new replies.