hi!
is it possible to make the header background color also full width?
https://www.gallerychristian.com
thanks!
Christian Russo
A user seeks to extend their website header’s background color to full width, as it currently doesn’t span the entire page.
Visual Context:
Proposed Solution:
Another user provides CSS code to resolve the issue:
.gradient {
margin: 0 !important;
}
The discussion appears resolved with a technical fix provided, though no confirmation of success from the original poster yet.
hi!
is it possible to make the header background color also full width?
https://www.gallerychristian.com
thanks!
Christian Russo
Hello @christian_russo
Try this code: it will be helpful to you-
Go to online store> theme>Edit Code>Assets>base.CSS>Add code in this file.
.gradient {
margin: 0 !important;
}