Logo is incorrect size in mobile view
-
How do we adjust the height and width of the site logo in mobile view? I’ve tried changing the following code but no success. Thanks.
@media (max-width: 1000px) {
/* header */
.header { padding: 30px 0; }
.blog-title {
font-size: 32px;
margin-top: 5px;
margin-right: 105px;
}.blog-logo {
display: block;
position: static;
left: inherit;
top: inherit;
float: left;
margin-top: 0;
}.blog-logo img {
height: 60px;
width: auto;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Logo is incorrect size in mobile view’ is closed to new replies.