This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

I need help with this CSS problem

7 years ago · Last reply by Andrew Misplon 7 years ago

Im fairly new to all this CSS stuff so thats the reason i cant solve this one!

On my website i have edited some of the code to make the navigation look nice which in my opinion it does, now on the PC everything is ok, its all fine and dandy HOWEVER on mobile 1/3 of the screen is taken up by a horrible black square!

Ive looked everywhere for the solution but i still cant find it!

The web address:
http://teamsolidgaming.com/

(Please view on a mobile to see the problem!)

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 7 years, 7 months ago

    Hi Jack

    Try adding:

    html {
        overflow-y: visible;
    }

    If that doesn’t work, try forcing it with:

    html {
        overflow-y: visible !important;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread