We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Footer menu on mobile view (Dawn Theme)

Solved

Footer menu on mobile view (Dawn Theme)

bellevo
Pathfinder
91 0 24

Hey, is there a way to fix the footer menu on mobile view. I will add a picture below of the desired result. I would appreciate any help with this!

The issue: IMG_5316.jpegIMG_5317.jpeg

 

Desired result: IMG_5318.jpeg

 

So I would need to have the logo, text and social media icons centered, and having the quick link menus turned in to drop downs only on MOBILE view. Thank you in advance!

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

Code update

@media screen and (max-width: 750px) {
 .footer-block__brand-info .rte {
     margin-bottom: 30px !important;
  }
.footer__content-bottom-wrapper {
    padding: 0 !important;
}
.footer__localization:empty + .footer__column {
padding-left: 0 !important;
    padding-right: 0 !important;
}
.list-payment__item {
 padding: 0.1rem !important;
}
  .footer-block__brand-info {
    text-align: center !important;
  }
  .footer-block__brand-info .footer-block__image-wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
  }
  .footer-block__brand-info .footer__list-social.list-social {
        justify-content: center !important;
  }
}

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2401 695 836

@bellevo 

- Here is the solution for you
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (max-width: 750px) {
 .footer-block__brand-info .rte {
     margin-bottom: 30px !important;
  }
.footer__content-bottom-wrapper {
    padding: 0 !important;
}
.footer__localization:empty + .footer__column {
padding-left: 0 !important;
    padding-right: 0 !important;
}
.list-payment__item {
 padding: 0.1rem !important;
}
}

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
bellevo
Pathfinder
91 0 24

Hey looks good only change is that is it possible to get the edges of the text even? I will add an example here: Screenshot 2024-06-28 181548.png

namphan
Shopify Partner
2777 358 407

Hi @bellevo,

This would require a lot of changes to the code, so it's difficult for anyone to guide you.

Do you need to hire a professional for this, or can I send you a collaborator invite?

I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

BSS-TekLabs
Shopify Partner
2401 695 836

This is an accepted solution.

Code update

@media screen and (max-width: 750px) {
 .footer-block__brand-info .rte {
     margin-bottom: 30px !important;
  }
.footer__content-bottom-wrapper {
    padding: 0 !important;
}
.footer__localization:empty + .footer__column {
padding-left: 0 !important;
    padding-right: 0 !important;
}
.list-payment__item {
 padding: 0.1rem !important;
}
  .footer-block__brand-info {
    text-align: center !important;
  }
  .footer-block__brand-info .footer-block__image-wrapper {
        margin-left: auto !important;
        margin-right: auto !important;
  }
  .footer-block__brand-info .footer__list-social.list-social {
        justify-content: center !important;
  }
}

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
BSS-TekLabs
Shopify Partner
2401 695 836

@bellevo  you can check it again.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now