hey guys i was wondering how i can make the social icons center on mobile. Also the text for “main menu” and “Subscribe”
Any help is much appreciated!
Details:
https://directcomputers.myshopify.com
flowma is the password
hey guys i was wondering how i can make the social icons center on mobile. Also the text for “main menu” and “Subscribe”
Any help is much appreciated!
Details:
https://directcomputers.myshopify.com
flowma is the password
Please add the following code at the bottom of your assets/theme.css file.
@media screen and (max-width: 719px){
.site-footer-block-item{
text-align: center;
}
}
Hope this works.
Thanks!
thanks for post can you please try this code
@media screen and (max-width: 1023px) {
.site-footer-block-social-accounts {
text-align: center;
}
}
hello @Anonymous
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (max-width: 729px) {
.site-footer-block-item{
text-align: center;
}
.site-footer-block-item.site-footer-block-newsletter .newsletter {
display: flex;
align-items: center;
justify-content: center;
min-width: 100%;
}
}
Please follow the steps:
Hey dmwwebartisan thanks for helping me on two things now! Cheers everyone else too much appreciated