• Hello there,

    very nice theme. I bought the plus version and would like to know how I can adjust the size of the site logo? My site logo is 380x54px but when I upload it it gets resized to 300x42px.

    Best wishes

Viewing 4 replies - 1 through 4 (of 4 total)
  • like theme as well. resizeable logo would be nice or at least something like small/medium/large.

    Or could you let us know what we need to change?

    Found already:
    style.css

    .one-column .site-logo img {
    	max-height: 340px;
    	margin: auto;
    }
    
    .site-logo img {
    	display: block;
    	width: auto;
    	max-height: 340px;

    Think I found a way to do it.

    Create a child theme (see )

    Changed the header.php and replaced the line 44 to:
    echo wp_get_attachment_image( $img_id, 'large' );

    hi,
    i will add an option to set the Site Logo size.

    Thread Starter Johannes79

    (@johannes79)

    @fabio Rubioglio: Thanks for the update. But I did not find the option to change my logos size. I updated the theme via WordPress.

    @flegge: echo wp_get_attachment_image( $img_id, ‘large’ ); did it for me. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to adjust the site logo size?’ is closed to new replies.