Hi,
http://www.airlinestaffrates.com/chamonix/
Why does the text look like this on smartphone?
Thanks
Charlotte
Hey Charlotte,
This is because your left & right padding is set to 150px.
To solve, please add a class to the text element and use css for mobile width, such as:
@media only screen and (max-width: 767px) {
.your-class {
padding: 0px 20px 0px 20px!important;
}
}
Best regards,
Mike
Great, thanks :)
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike