Hide header image on mobile devices?
-
On mobile the header image takes up the whole screen. Therefore for mobile devices I’d like to hide the header image so readers can see my blog post title without having to scroll down.
In Appearance > Themes > Edit CSS I have added this code but to no joy:
@media only screen and (max-width: 768px) {
.header_bg { display: none !important; }}So what does the CSS need to be to hide the header image for mobiles please (making sure the menu buttons and blog post itself then move up the screen to fill the gap).
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Hide header image on mobile devices?’ is closed to new replies.