Craft Theme Footer Layout Issues

Solved

Craft Theme Footer Layout Issues

BellesandBells
Shopify Partner
18 0 3

Hello, 

 

I am seeking some assistance with some code for a website that is using the Craft theme. 

 

I have added the following code to my theme.liquid file to format the footer into three columns and move the newsletter form to the middle column:

@media screen and (min-width: 768px) {
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
display: flex !important;
flex-flow: column !important;
}
form#ContactFooter {
place-self: center !important;
}
.footer-block__newsletter {
bottom: 270px !important;
position: relative;

 

However, this has caused a big space in my footer that I would like removed (photo attached).

 

I have tried using the following code, but this unfortunately also removes the Newsletter Form from above:

.footer-block--newsletter {

display: none !important }

 

The preview link is https://c9697fcvatbr7ouc-65874886903.shopifypreview.com 

Any help would be greatly appreciated!

 

Screen Shot 2024-11-09 at 2.11.21 pm.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10220 2032 2102

This is an accepted solution.

Hi @BellesandBells 

You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (min-width: 750px) {
.footer__content-top {
max-height: 300px;
}
}

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 3 (3)

Dan-From-Ryviu
Shopify Partner
10220 2032 2102

This is an accepted solution.

Hi @BellesandBells 

You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

@media (min-width: 750px) {
.footer__content-top {
max-height: 300px;
}
}

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

BellesandBells
Shopify Partner
18 0 3

Thank you so much, that worked perfectly!

Dan-From-Ryviu
Shopify Partner
10220 2032 2102

Glad I could help. Have a great day ahead! 

Best regards,
Dan from Ryviu

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.