I’m using the Point theme and made the logo size updates to the style.css (see below):
#header .image-logo { margin: 11px 0 }
#logo a {
float: left;
color: #2A2A2A;
font-weight: bold;
background:url("https://appmaking101.com/wp-content/uploads/2015/03/logo-final3.png");
width:300px;
height:100px;
}
Everything looks great on a desktop, it’s just when using a mobile device that I’m having the issue.