- Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop How to make Online Shop theme full width 1900px (not 1200px) ? Help Reply To: How to make Online Shop theme full width 1900px (not 1200px) ? Help

#79995
acmethemes
Keymaster

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!