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
May 8, 2020 at 12:40 pm
#79995
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!