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

Re: Dawn theme footer menu on mobile

Dawn theme footer menu on mobile

blublu
Excursionist
19 1 12

My shopify website has a footer menu (yellow in the screenshot) that doesn't stay centered and aligned on mobile. Tried different solutions but didn't work.

 

Please help me with the code and where exactly to paste it in my theme.liquid file?

mobile footer menu.JPG

 

https://blublu.ca/

 

Replies 5 (5)

Moeed
Shopify Partner
7764 2082 2567

Hey @blublu 

 

Your store is password protected, can you share the password as well?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


blublu
Excursionist
19 1 12

saghoo

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @blublu 

It password protected. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
blublu
Excursionist
19 1 12

Can you help me with a code modification to make the menu centered on desktop, without changing my mobile code? Thank you

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Sure, check check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes"

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag. 

 

<style>
@media screen and (min-width: 990px) {
   .header-wrapper .header--middle-left {
        grid-template-columns: 1fr auto 1fr;
    }
}
</style>

 

And Save. 

result:

Made4uoRibe_0-1726064854028.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.