Adjusting Layout of Footer in Mobile View Only

Solved
forevercreative
Tourist
11 0 4

Hello, 

This is ho w my footer on mobile applications currently looks. 

I am trying to re-format it just for phones to display the following:

Image (centered)

Email sign up (centered)

Our Company (left and drop down menu)

Quick Links (left and drop down menu)

Screenshot 2023-11-15 at 7.50.08 AM.png

Accepted Solution (1)
BSS-Commerce
Shopify Expert
2959 398 415

This is an accepted solution.

Hey @forevercreative ,

I. We checked your website (www.foreverlycreative.com) on mobile applications and fixed it. 

=>> The result: 

view - 2023-11-17T105846.207.png

view - 2023-11-17T105938.148.png

II. Guild fix: 

- Step 1: 

=> Online store => Themes => Edit code: 

view - 2023-11-17T110043.806.png

 

- Step 2: Find: section.footer.css, find ".footer__content-top" and add attribute: "flex-direction: column" : 

.footer__content-top {
    padding-bottom: 5rem;
    display: block;
    flex-direction: column
}

- Step 3: Find: base.css and add scripts at the end: 

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    width: 100% !important
};

- The rest of your requests (" Our Company (left and drop-down menu/ Quick Links (left and drop-down menu) ") are quite complicated, I need access to contribute to your app code to fix it. 

Hope it helps! @forevercreative 

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

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

View solution in original post

Replies 3 (3)
BSS-Commerce
Shopify Expert
2959 398 415

Hi @forevercreative ,
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

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

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

forevercreative
Tourist
11 0 4
BSS-Commerce
Shopify Expert
2959 398 415

This is an accepted solution.

Hey @forevercreative ,

I. We checked your website (www.foreverlycreative.com) on mobile applications and fixed it. 

=>> The result: 

view - 2023-11-17T105846.207.png

view - 2023-11-17T105938.148.png

II. Guild fix: 

- Step 1: 

=> Online store => Themes => Edit code: 

view - 2023-11-17T110043.806.png

 

- Step 2: Find: section.footer.css, find ".footer__content-top" and add attribute: "flex-direction: column" : 

.footer__content-top {
    padding-bottom: 5rem;
    display: block;
    flex-direction: column
}

- Step 3: Find: base.css and add scripts at the end: 

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
    width: 100% !important
};

- The rest of your requests (" Our Company (left and drop-down menu/ Quick Links (left and drop-down menu) ") are quite complicated, I need access to contribute to your app code to fix it. 

Hope it helps! @forevercreative 

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

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development