[Resolved] Content In Mobile Not Adjusting

Home Forums Support [Resolved] Content In Mobile Not Adjusting

Home Forums Support Content In Mobile Not Adjusting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #989364
    Andre

    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;

    View post on imgur.com

    #989605
    David
    Staff
    Customer Support

    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

    #989980
    Andre

    Perfect, thank you! I was falling asleep over that for days!

    #990167
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.