I tried my best but I couldn\'t make the following theme full width/screen by editing the CSS. I\'d be very much grateful if you could show me or give me a hint regarding this c
I was using GeneratePress theme and Elemetor page builder and had same problem on mobile-view. here, elementor-page is section where all content goes.
I used this code:
@media only screen and (max-width: 480px){ .elementor-page{ overflow-x:hidden; }}