Custom CSS resizes Mobile Header but leaves gap in content
-
I’ve used this code in my Custom CSS for my mobile site as suggested on these forums:
@media (max-width: 480px) {
.header-filter {
background-size: contain;
background-repeat: no-repeat;
}
}however now there is a gap between the big title section and my about section. I don’t know how to adjust the padding or call the about section in order to move it up on the page, and I fear if I do there will be a gap between it and the footer. How do I fix this?
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom CSS resizes Mobile Header but leaves gap in content’ is closed to new replies.