I need help with this CSS problem
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
1Hi 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.