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 |
---|---|
212 | |
145 | |
66 | |
46 | |
45 |
Thanks to all Community members that participated in our inaugural 2 week AMA on the new E...
By Jacqui Mar 10, 2023Upskill and stand out with the new Shopify Foundations Certification program
By SarahF_Shopify Mar 6, 2023One of the key components to running a successful online business is having clear and co...
By Ollie Mar 6, 2023