When using theme on phone, the page is too wide and has a "white" part to it.

Whenever I use my website on my phone, it supposedly works fine, but the page can “slide” to the right, revealing nothing but a blank white part of it.

How can I adjust the pages so that they aren’t too wide?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

Please provide url and i will take a look

Enter any of the pages on the website.

If you could also delete this link afterwards it’d be great.

helo Nobody

Is this problem already fixed? I’m checking it right now and I can’t see the problem you reported, it’s not here

It is not fixed.
Did you try entering the posts with your phone? This is what I see on my end: Screenshot-2019-11-27-11-53-56-776-com-android-chrome — ImgBB

Also, how do I remove the spacing between my lines of text/make the font smaller?

Ok, Please deactivate all third party plugins and try again your problem, most probably this I conflict with third-party plugins.
Once you deactivate all plugins please check your problem again, if the problem is gone then this means it was a plugin conflict. Now, start activating plugins one by one and same time repeat your problem until your problem appears again, now you know which plugin was in conflict

Text problem can be fixed by this custom css:

p {
margin: 0px;
}

Thanks!
Colorlib Support Team

I deactivated all third party plugins - it didn’t fix the problem.

The custom css was added to my stylesheet (style.css) but it didn’t really do anything - the spacing between my lines is still the same.
Now that I check it though, I noticed a bunch of warning signs around certain lines of code, with an error message around one line in particular: https://i.imgur.com/oMdnp5j.png

Does this have anything to do with this problem? If not, then what does?