Image header too small on mobile
-
My header image looks too small on the mobile version. It looks ok on PC browsers. I’m using CSS customization, how can I re-size the image only for the mobile version? I’ve tried the below, which has enlarged the image but, the image is no longer centered.
@media only screen and (max-width: 640px) {
.site-header img {
max-width: 150%;
height: auto;
}
}The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘Image header too small on mobile’ is closed to new replies.