New Shopify Certification now available: Liquid Storefronts for Theme Developers

How can I change the individual width of footer columns?

Solved
victorying
Tourist
9 0 2

Hi, I'm looking to customise the width of a single column of my footer to look like this: 

victorying_0-1676983917300.png

At the moment it looks like this:

victorying_1-1676983979986.png

I think I want the first column to be about 75% of the width but I only want this to apply on a certain breakpoint (desktop breakpoint)

Also ever since I changed to Damn 8.0, there is a grey border around my logo. Is there a way to remove that?

 

The website link is 

https://www.fredsprovidore.com.au/

and the password is wataff 

 

Thanks in advance! 🙂

Victor Ying Design
victoryingdesign@gmail.com
www.victoryingdesign.com
Accepted Solution (1)
GemPages
Shopify Partner
5587 1260 1166

This is an accepted solution.

Hello @victorying 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code.

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
   @media screen and (min-width: 750px){
     .footer__content-top .footer-block.grid__item{
       width: 100%;
     }
     .footer__content-top .footer__blocks-wrapper{
        display: grid;
        grid-template-columns: 3fr 1fr;
     }
   }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 3 (3)
GemPages
Shopify Partner
5587 1260 1166

This is an accepted solution.

Hello @victorying 

 

It's GemPages support team and glad to support you today.

I would like to give you a solution to support you.

1. Go to Online Store -> Theme -> Edit code.

2. Open your theme.liquid theme file.

3. Paste the below code before </body>:

 

<style>
   @media screen and (min-width: 750px){
     .footer__content-top .footer-block.grid__item{
       width: 100%;
     }
     .footer__content-top .footer__blocks-wrapper{
        display: grid;
        grid-template-columns: 3fr 1fr;
     }
   }
</style>

 

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
victorying
Tourist
9 0 2

Thanks so much!

Victor Ying Design
victoryingdesign@gmail.com
www.victoryingdesign.com
nadylina
Tourist
6 0 1

Hello there,

I'm new here and have same problem
Would you please help me with that too?
I would need to extend the columns form my footer, maybe to move a bit to the right so the first column can fit better, or to enlarge the first column a bit more.

It's crave theme if that can help anyhow.
This is my website for your reference if you can have a look at what I was talking about.
www.winningnaturals.com

 

Thanks so much !
Nadylina