Best Premium and Free WordPress Themes › Forums › Online Shop › How to make Online Shop theme full width 1900px (not 1200px) ? Help Tagged: full-width This topic has 4 replies, 2 voices, and was last updated 4 years, 6 months ago by stensystem. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts May 4, 2020 at 10:12 pm #79807 stensystemParticipant How to make Online Shop theme full width 1900px (not 1200px) ? May 6, 2020 at 5:16 am #79869 acmethemesKeymaster Dear Stensystem, Please add the given CSS code in Additional CSS. Appearance > Customize > Additional CSS .wrapper { width:1900px; } Best Regards! May 7, 2020 at 8:33 pm #79967 stensystemParticipant Thank you, this code worked, but on the mobile version of this website, I don’t want to change size. How to change back to the mobile version as it was previously? May 8, 2020 at 12:40 pm #79995 acmethemesKeymaster Dear Stensystem, Please add the given CSS code in Additional CSS. Appearance > Customize > Additional CSS @media (min-width:1200px;){ .wrapper { width:1900px; } } Note: It will change width above screen with 1200px and remain same in mobile device as of default theme. Best Regards! May 13, 2020 at 4:38 pm #80214 stensystemParticipant Hello, this code doesnt work. WHen I use only this code in additional css in code snippets css. @media (min-width:1200px;){ .wrapper { width:1900px; } } On PC or laptop widti of the screen is full screen and it is good, but on the mobile version all pictures are huge in woocommerce. Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In