Site logo

Archived topic

Content In Mobile Not Adjusting

3 replies · Started by Andre on August 20, 2019

Viewing posts 1–4 of 4

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;

https://imgur.com/JswY9pV

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

This archived topic is closed to new replies.