Footer texts and icons alignments different in desktop and mobile Views

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.

@ninja_nthgrade - can you share page link where you have left aligned items?

Hi, @suyash1

Thank you for replying. There’s a problem in centering the alignment of texts, social media and payment icons in the footer in MOBILE VIEW ONLY.

All of the FAQs pages:

Help Center pages:

Store pages:

Hoping for the solution. Thank you so much!

Hello, @suyash1

Thank you for replying. There’s a problem in centering the texts, social media and payment icons in the footer in MOBILE VIEW ONLY.

Here are the links:

FAQs pages:

Help Center pages:

Store pages:

Hoping for solutions to these issues. Thank you so much!