Hi Anthony-
The container size can change based on the size of the screen, so it will be smaller in the editing window than when you view it full-width on the front-end. You can make it look more similar by collapsing the menu sidebar, and enabling single-column view:
You should use caution if you change the size of the containers, because it could affect how your site looks on mobile devices and tablets, but if you’d like to do so, you can use Custom CSS. To use custom CSS, navigate to Customize > Advanced > Custom JS & CSS, and use code similar to this:
.container { width: 100%; }
You might also consider checking out our newest theme Crio, which has the ability to use full-width or contained directly in the Customizer.
-
This reply was modified 4 years, 4 months ago by Jesse Owens.
-
This reply was modified 4 years, 4 months ago by Jesse Owens.