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 2 years, 8 months ago by
stensystem.
- AuthorPosts
- May 4, 2020 at 10:12 pm #79807
stensystem
ParticipantHow to make Online Shop theme full width 1900px (not 1200px) ?
May 6, 2020 at 5:16 am #79869acmesupports
ModeratorDear 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 #79967stensystem
ParticipantThank 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 #79995acmesupports
ModeratorDear 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 #80214stensystem
ParticipantHello, 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.
- AuthorPosts
- You must be logged in to reply to this topic.