Shopify themes, liquid, logos, and UX
Hi,
Having trouble modifying the width of the footer divider line on my mobile site.
Any help would be very much appreciated.
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css OR assets/theme.scss.liquid file.
@media screen and (max-width:800px) {
.PageContainer .hr--large, #PageContainer hr.hr--large { width: 100% !important;}
}
Thanks!
This is an accepted solution.
Hi @kaiyacollects, add this code at the end of your CSS file (Themes -> Edit code -> Assets -> theme.scss.css):
#PageContainer .hr--large, #PageContainer hr.hr--large {
width: 100%;
}
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css OR assets/theme.scss.liquid file.
@media screen and (max-width:800px) {
.PageContainer .hr--large, #PageContainer hr.hr--large { width: 100% !important;}
}
Thanks!
This is an accepted solution.
Hi @kaiyacollects, add this code at the end of your CSS file (Themes -> Edit code -> Assets -> theme.scss.css):
#PageContainer .hr--large, #PageContainer hr.hr--large {
width: 100%;
}
User | RANK |
---|---|
135 | |
91 | |
76 | |
66 | |
52 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022