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: Edit Alignment Footer Menus

How can I adjust footer menu alignment for mobile without affecting the desktop view?

TheUnavailable
Tourist
18 0 2

Hello, 

The menu columns don't like evenly spaced/centered on mobile, is there a way to change without effecting on desktop? Specifically want the "Our Policies" column more to the right so it's in line with text below it and not too much to the left.

theunavabilable.myshopify.com

Thank you.

TheUnavailable_0-1707193163607.png

TheUnavailable_1-1707193232865.png

 

Replies 3 (3)

ThePixelEdge
Shopify Partner
164 16 18

Hello @TheUnavailable 
When I navigate the  above url , It saysThis store does not exist.

If helpful then please Like and Accept Solution .
Buy me A Coffee

Whatsapp :- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications


Connect with Us in Our DMs | teampixeledge@gmail.com
TheUnavailable
Tourist
18 0 2

theunavailable.myshopify.com

ThePixelEdge
Shopify Partner
164 16 18

Hi @TheUnavailable ,

You can Use the below CSS 

@media (max-width: 767px){
.footer-block__details-content {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2.footer-block__heading {
    text-align: center;
}
}
If helpful then please Like and Accept Solution .
Buy me A Coffee

Whatsapp :- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications


Connect with Us in Our DMs | teampixeledge@gmail.com