My header image is hidden on small screens
-
Hello. I created a child theme to make a few changes. I added the following CSS so that I could insert a smaller image for the header that wouldn’t resize too large:
.site-header{
max-width: 350px;
max-height: 68px;
padding: 0;
margin-bottom: 0;
margin-top: 0;
}The trouble is that the header just shows a square outline (no image) at the left side when viewed on iphone screen. Any suggestions would be appreciated.
Here is a link to the site:
https://www.artkorner.com/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘My header image is hidden on small screens’ is closed to new replies.