Im using Divi 2.0 theme for one of my websites. I have a problem when trying to center thetext in a box and align the text in center on mobile version. I will attach pictures of my header desktop and mobile version. Where can be the problem, in the Divi css code?
The url of my webiste is http://mupcku.com
3
Answers
When the device width reaches around 480px, the following CSS line is causing your problem:
you could add the breakpoint at that weight and do something like:
If you’d like to keep the font-size and width and prevent long words from overflowing a box, the property you’re looking for is
word-wrap: break-word
.Your problem is very simple. This is because you have set margin of your row or section to 0px. No worries: just set it to default you will get your solution.
Or else check our Tutorial at Tech Gigs
In case still you are facing problem just hit a comment to us on our website.