Archived topic
Content In Mobile Not Adjusting
3 replies · Started by Andre on August 20, 2019
Hi. When my page is viewed in mobile there is an issue with the content overlapping underneath an element or layout below it. You will see the text and arrow image going underneath and not spacing out / padding down to stay inside the blue background. How do I fix this please? Thanks!
Here is what i mean;
Hi there,
in your Simple CSS you have this:
.page .entry-content {
background: linear-gradient(to top right, #35738ec9, #020c10);
height: 730px;
background-repeat: no-repeat;
background-position-y: 0px;
}
The height property is restricting the content from expanding - use min-height instead
Perfect, thank you! I was falling asleep over that for days!
Glad to be of help