Hi,
I have tried to center these headings before, but they apply for desktop and mobile. I only need it centered for mobile view. Does anyone know how to do this?
code I tried that worked (but it applied to both screens):
@media screen and (max-width: 749px)
.footer-block__heading {
text-align: center;
}
my website: www.melaniejean.com
Thanks
Because your code incorrect, please update code to this and check again
@media screen and (max-width: 749px) {
.footer-block__heading {
text-align: center;
}
}
@mjdubarr
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
@Dan-From-Ryviu hi thank you. it works but not in base.css. It worked in the theme editor theme settings custom css