[Resolved] Footer Text Running Off Right Side of Page

Home Forums Support [Resolved] Footer Text Running Off Right Side of Page

Home Forums Support Footer Text Running Off Right Side of Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #799002
    Kyle

    I have some text in my footer, and it seems to look correct when editing the page, but when viewing in a web browser the text shoots off the right side of the page. I have attempted to modify the Footer Width=Contained and Inner Footer Width=Contained. That didn’t seem to help. I also tried changing the Footer Widget Area Padding, both the left and the right padding. I increased the number I assumed that would shrink the text area.

    #799099
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    @media (min-width: 768px) {
        .site-footer {
            width: calc(100% - 200px);
            margin-left: 0 !important;
        }
    }
    #801101
    Kyle

    That fixed the issue.

    #801127
    David
    Staff
    Customer Support

    Great to hear that!

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