Reply To: Text not centered/ cutted

#16265
Ernest Marcinko
Ernest 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:

.rpp_title {
    box-sizing: border-box !important;
}

It should very likely do the trick.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)