Hello,
May I ask for your help regarding the alignments of the texts and icons in the footer.
DEBUT THEME
Here’s the link for my website: https://j0r9tb846ymf4u29-58342015156.shopifypreview.com
DESKTOP VIEW: footer texts and icons have good layouts
MOBILE VIEW: footer texts and icons for:
-
homepage: good
-
some pages at the footer: some texts and icons are located at the center, but some are in left alignment
See attached images for you reference:
Here’s the code at the bottom of assets/theme.css:
#shopify-section-header {
width: 100%;
position: fixed;
z-index: 99;
background: #fff !important;
}
.page-container {
padding-top: 196px;
}
.site-footer__section {
text-align:center;
}
@media only screen and (max-width: 749px) {
.site-footer__content {
text-align: center;
line-height: 5px;
}
.site-footer__item {
justify-content: center;
}
@media only screen and (max-width: 750px){
.site-footer h4, .site-footer .h4 {font-size: 22px; text-decoration: underline}
}
Please help me resolve this issue. Thank you in advance.


