Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Weird space on right of HTML document

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154785
    apart
    Participant

    So i noticed on mobile that i have a weird spacing on the right on my website that is small but noticeable.

    Here is a picture so you can understand what I mean. On desktop you can only see it if you shrink the size of the browser. And on mobile you can see it easily

    Website on which it appears. I noticed if you click on About us spacing isn’t there.

    #154786
    Paulie_D
    Member

    Your site is not set up to be viewed on anything other than desktop.

    You have divs with min-width: 1000px; etc.

    #154807
    apart
    Participant

    When turning of min width i get this

    I can’t turn of min width cause header_mother and footer_mother is 100%.

    This problem only occurs on home page, but on portfolio for example it’s ok. What is causing this ..

    #154837
    apart
    Participant

    Problem solved. It appears that one of my divs that had 1000px width was made to work like that with those pixels in mind but i used some padding and it offset-ed everything. Solved :D

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.