Hi there, I would like to know the best practices to set the Element Section and Element Container on the Theme Style.
According to what I see, the element section should keep the default settings but the element container could have a few changes in:
width: this define the site size.
margin: left and right should define the gap in mobile devices to not touch its borders. What’s the best value here?
Is there any other settings regarding to the content structure of the website in desktop and mobile views?
Usually, it is sufficient to give the sections padding (so as not to touch the edge, especially on smaller devices) and, if necessary, change the container width (to make your site wider on larger screens, for example). The default container right/left margin (auto) automatically centers the container within the section.