Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
HI! Hope someone can help me, I’m struggling to make the page full widht, I’ve tried several times on the main menú from Shopify from 1,200 px to 1500 but nothing changes, hope someone can help me to get ride of those gaps, thank you in advance. Website link
www,mexajewelry.com
Hi @MXJEWELRY
Try this one.
header.header {
max-width: 100%;
padding-top: 0;
}
@media screen and (min-width: 990px) {
.header:not(.drawer-menu).page-width {
padding-left: 0rem !important;
padding-right: 0rem !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!