Strange row problem with margins

Greetings

I really stacked with strange rows behavior, check image . All text and images are going out of screen in mobile view.
I am using no container, header, footer, max 1200px width , site width 88%
Row’s left/right margins are auto and can’t change them

Thanks!

Hey @godfather,

That is strange indeed. Since that is happening in the builder though, we would need access to your WordPress Admin. Please give us the username and password and the specific URL if this is only happening in a certain page.

Thanks.

I thought it could be connected with header or footer, tried without it and same problem even in blank page.

Hi @godfather,

It’s due to CSS you have added to the child theme

body {
    min-width: 960px;
} 

pro-child/assets/css/base.css

It applies a minimum width of 960px hence it doesn’t respond to any width below it. Please remove that CSS.

Thanks!

Thanks a lot, you saved my day! :slight_smile:

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.