My website is www.sweatfree.co
The password is sweatfree123
I was able to find a way to make announcement bar full width, but I am not able to make the footer full width. If you could please advise!
Thank you!
My website is www.sweatfree.co
The password is sweatfree123
I was able to find a way to make announcement bar full width, but I am not able to make the footer full width. If you could please advise!
Thank you!
Hello @SweatFree
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @SweatFree ,
Thank you, @niraj_patel !
Hello @SweatFree
Go to online store ---------> themes --------------> actions ------> edit code------->base.css ----> line number 77
search this code
.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 1.5rem;
}
and replace with this code
.page-width {
margin: 0 auto;
padding: 0 1.5rem;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks