How do I make the links in the footer smaller on the mobile website

Solved

How do I make the links in the footer smaller on the mobile website

N4th4nsgt
Tourist
8 0 2

I've been struggling to get the correct sizing on the links to other pages in the footer.  

This is what my website footer looks like. 

N4th4nsgt_0-1697489936011.jpeg

 

 

I would like it to look something similar to this where it concise and take up less space on the screen.

N4th4nsgt_1-1697489936015.jpeg

 

 

My website address is https://brewbarncoffee.com/

and I've set the log in password as Shopifyhelp

Thank you for your time.

Accepted Solution (1)

Beae_Cass
Shopify Partner
436 167 179

This is an accepted solution.

Hi @N4th4nsgt ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
@media only screen and (max-width: 747px){
.footer-block__details-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
</style>

Beae_Anthony_0-1697490422209.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template

View solution in original post

Replies 3 (3)

Beae_Cass
Shopify Partner
436 167 179

This is an accepted solution.

Hi @N4th4nsgt ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

 

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:

<style>
@media only screen and (max-width: 747px){
.footer-block__details-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
</style>

Beae_Anthony_0-1697490422209.png

 

Best regards,

Anthony

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template
N4th4nsgt
Tourist
8 0 2

Its worked and looks great thank you. 

Beae_Cass
Shopify Partner
436 167 179

Glad that helps you! Have a good day 😊

Beae - The NextGen Page Builder


- Was my answer helpful? Please hit Like or Mark it as solution!
- Get in touch with us: App Store | Demo Template