Did you upload your logo from the theme customizer (it will adjust its size on different screensizes)?
If not, please undo the changes and use the customizer.
http://www.acosmin.com/documentation/justwrite/
Please post your website url
http://acdcmachine.com/wp/
[Moderator note: Please post the website address without shortening it]
There might be a bug, I will fix it in the next update. A quick fix would be to open functions.php and (line 402) find:
echo '<img src="' . esc_url( $logo_image ) . '" alt="' . get_bloginfo( 'name' ) . '" />';
Change it with:
echo '<img src="' . esc_url( $logo_image ) . '" style="width: 100%;" alt="' . get_bloginfo( 'name' ) . '" />';
Also, your logo is bigger than it should be, recommended width is 180px.
Ok thanks.
Now it looks better. It is much smaller than before but looks good on all screensizes. Can I get it any bigger? Or will it be a problem then?
You could do it but I don’t recommend it.
Open style.php, find:
.logo-image {
display: inline-block;
max-width: 180px;
}
replace 180 with the size you want.