This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Text not centered/ cutted

#16265
Ernest MarcinkoErnest Marcinko
Keymaster

I suppose there is some sort of 3rd party custom CSS I’m not seeing on my end. The only thing I can think of is that it might be changing the box model.

Try this custom CSS please:

[code].rpp_title {
box-sizing: border-box !important;
}[/code]

It should very likely do the trick.