Hi,
I was searching through the other threads on here and someone posted a short code for someone who was having the same issue.
Under my text I’m using a separator, there was a problem with the separator that was causing my text to be cut off on my mobile.
I entered the code into my custom CSS and it solved my issue!
Here is the short code i entered into my Quick CSS in general styling:
@media only screen and (max-width: 479px) {
.hr-inner { width: 50px !important; }
}
Now my text is responsive on my mobile and it doesn’t get cut off. I’m not sure if this will help @esemmel as I’m unsure if you’re using a separator under your text, you might be having a different issue.
Hope this helps!
Sam :)
I’m having the same issue, with my front page text in a colour section being cut off on mobile devises. Its ok in landscape view but the text gets cut off when I’m using my mobile upright.
Hope there is a resolution to this problem!