i added a container with 3 Columns. The Row ist set with a padding of 350px left and right to bring the 3 columns in the center. When i squeeze the browser to look how it works on mobile devices i recognize, that the columns are a complete mess…
Can i change the breaking point for these 3 columns?
Thanks for writing in! You should not use such large padding instead you can use max-width. Like max-width: 800px; margin: 0 auto; within the Style field.