Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Rearrange email link and quick links

Rearrange email link and quick links

avk9641
Excursionist
15 0 4

Hi,

I am looking for help to rearrange my footer.

 

I am looking to have the email sign up link on the left, with social media icons below.

On the right side, I'd like to have the heading and quick links stacked.

 

The image below is a reference but I'd like the social media links right below the email link and more space between the email sign up link and the quick links.

 

https://mk636mqfmflv3g8m-59456520240.shopifypreview.com

 

Thanks!

Screenshot 2024-06-28 at 10.52.51 AM.jpg

Replies 3 (3)

Moeed
Shopify Partner
6308 1712 2059

Hey @avk9641 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (min-width: 768px) {
.footer__content-top.page-width {
    display: flex !important;
    flex-flow: row-reverse !important;
    justify-content: space-evenly !important;
}
.footer-block__details-content {
    display: flex !important;
    flex-flow: column !important;
}
.footer-block--newsletter {
    align-items: flex-start !important;
}
}
</style>

RESULT:

Moeed_0-1719859504609.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
9039 2160 2665

Hi @avk9641 

Check thiso ne.

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

@media only screen and (min-width: 749px){
.footer__content-top.page-width {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
ul.footer-block__details-content.list-unstyled {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer-block--newsletter {
    display: flex;
    align-items: flex-start;
    margin-top: 0rem;
}
h2.footer-block__heading.inline-richtext {
    text-align: left;
}
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719862373745.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

PageFly-Theodor
Shopify Partner
691 86 103

Hi @avk9641 


This is Theodore from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
@media only screen and (min-width: 767px){
.footer__content-top.page-width {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
.footer-block__details-content.list-unstyled {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer-block--newsletter {
    display: flex;
    align-items: flex-start;
    margin-top: 0rem;
}
.footer-block__heading.inline-richtext {
    text-align: left;
}
}
</style>

Hope this can help you solve the issue

 

Best regards,

Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.