CRAVE THEME

Iph2023
Visitor
3 0 0

Hi - can someone assist with how to move the footer email sign up to the right so everything is on the same level horizontally instead of stacked weirdly, making the footer taller than necessary?Screenshot 2023-09-29 5.58.09 PM.png

Replies 4 (4)
Iph2023
Visitor
3 0 0

The view in initial post is desktop - here is link: https://global-esf.org/

Parth_
Shopify Partner
7 0 0

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! 😊
Thanks for your good question.

 

Are You looking for this look please confirm.

 

Footer.png

 

if Your Answer is Yes i'm looking for this look!!!

 

Please try this Simple CSS code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.

 

 

@media (min-width: 751px) {
.footer-block--newsletter {
    position: absolute;
    right: 40px;
    top: 0;
}

.footer__content-top {
    position: relative;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 0rem !important;
  gap: 1rem;
}
}

 

Thanks! 😊

 

Iph2023
Visitor
3 0 0

Yes!!! This worked perfectly!!! I really appreciate your help!!!

Parth_
Shopify Partner
7 0 0

If you find this answer helpful, Please mark it as a SOLUTION.

 

 

Thanks! 😄