How can I fix incorrect footer formatting for my website?

How can I fix incorrect footer formatting for my website?

GridBrandon
Tourist
6 0 1

Hi there,

 

Somehow my footer is not formatted correctly for spacing and positioning and such - example: newsletter block.

 

Can anyone assist?

 

Thanks

 

https://grid-engineering.com/

Replies 6 (6)

BSS-Commerce
Shopify Partner
3478 465 560

Hi @GridBrandon 

Can you kindly provide us with detailed information about what you want to edit (screenshot)? Then, 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 .


Product Labels by BSS | B2B Solution & Custom Pricing


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


BSS Commerce - Full-service eCommerce Agency
GridBrandon
Tourist
6 0 1

WhatsApp Image 2023-02-08 at 3.20.04 PM.jpeg

GridBrandon
Tourist
6 0 1

@BSS-Commerce image attached, thank you

BSS-Commerce
Shopify Partner
3478 465 560

Hi @GridBrandon 

Please follow these steps:

- Open Theme => Edit code:

pasted image 0 (3).png

- Find the theme.css file and add the following code at the end of the file:

@media screen and (min-width: 1000px) {
  #footer-newsletter {
    max-width: none;
  }
  .footer .footer__wrapper {
    gap: 0;
  }
  .footer__wrapper .footer__block-list:has(.footer__block--newsletter) {
    justify-content: space-between;
  }
  .footer__wrapper .footer__aside {
    gap: 0;
    align-items: flex-start;
  }
  .footer__wrapper .footer__aside .footer__aside-top .h-stack .relative {
    margin: 32px 12px 0px 0px;
  }
}

- Here is the result:

view - 2023-02-09T104401.145.png

I hope that this can help you solve the issue.

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


Product Labels by BSS | B2B Solution & Custom Pricing


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


BSS Commerce - Full-service eCommerce Agency
GridBrandon
Tourist
6 0 1

Thank you!!! Can I possibly get one more edit and just get the 2 bottom lines to match heights?

 

Image attached. Will be in contact about other adjustments possibly 😄Screenshot 2023-02-09 083702.png

BSS-Commerce
Shopify Partner
3478 465 560

Hi @GridBrandon 

We checked and saw that the country selection and the social media section are in the same row. So if you want to edit it, you need to edit the code in the footer.liquid file. If possible, please share your store access and then, we can edit it for you.

view - 2023-02-10T084955.054.png

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


Product Labels by BSS | B2B Solution & Custom Pricing


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


BSS Commerce - Full-service eCommerce Agency