Hi, I added this code for custom css on my collections page and I wanted it to change only the desktop width and not the mobile width. This is the code:
{ margin-top: 30px; margin-bottom: 0px; margin-left: 70px; margin-right: 70px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
Can someone help me with this? I’m using the flex theme and my store link is https://www.luxoptions.com/ but I’m working with an unpublished theme.
1 Like
@luxoptions
can you please send your store flex theme url so i will check and guide you or try this code
- Go to Online Store->Theme->Edit code
- Asset->/styles.css ->paste below code at the bottom of the file.
.collection .section__wrapper {
max-width: 100%;
}
@luxoptions
can you please provide screenshot which part do you need full
I want the mobile width to be unchanged
@KetanKumar i want the mobile width to be 100%
1 Like
@luxoptions
We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?
also i can’t see code
I checked in chrome
my code for custom css box in collections:
{ margin-top: 30px; margin-bottom: 0px; margin-left: 70px; margin-right: 70px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } @KetanKumar
}