Mobile word spacing

Hey my website looks amazing on my laptop and computer, but when I run it on any cell phone the spacing between the words creates a long weird format. If the cell phone is turned to the side, the spacing in the text isn’t too bad. Can anyone assist.

markitu.net

Hi @markitustaff,

Use this css code:

p {
    color: #0c0c0c;
    margin-left:0px;
    margin-right:0px;
    padding-top:0px;
}

Thanks,

Cristian

Thank you for the help, I added the css code into the customizer’s css option. I didn’t see a change after applying the code, so I edited the numbers and still saw no change. Is there something I am doing wrong?

hi @markitustaff,

I could not find where is the url with that words. could you send me ?

Thanks,

Cristian

This is the url of the link of the screenshot I originally posted although it’s a common problem with all the pages

http://markitu.net/facebook/

Hi @markitustaff,

In the html widget, give the <p> a class and then in css custom plugin or editor give the class that custom css code:

margin-left:0px; margin-right:0px; padding-top:0px

thanks.

Cristian

Thank! Solved my problem

You’re welcome,

Cristian.