Hi all,
I added a background image to my header which looks fine and scales properly in both mobile and desktop view but is somehow not in FULL WIDTH in the Fullscreen view. I have added pictures below. Thank you!
Hi all,
I added a background image to my header which looks fine and scales properly in both mobile and desktop view but is somehow not in FULL WIDTH in the Fullscreen view. I have added pictures below. Thank you!
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Please add the following CSS code to your assets/base.css bottom of the file.
.header.page-width {
max-width: initial !important;
margin: 0 auto;
padding: 0 1.5rem;
}
Thanks!
It worked. Thanks!
Legend, saved me a lot of time!