Adjusting Layout of Footer in Mobile View Only

Solved

Adjusting Layout of Footer in Mobile View Only

forevercreative
Excursionist
12 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 Partner
3477 463 547

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, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 3 (3)

BSS-Commerce
Shopify Partner
3477 463 547

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, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
forevercreative
Excursionist
12 0 4
BSS-Commerce
Shopify Partner
3477 463 547

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, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency