Unequal gap in footer

Solved

Unequal gap in footer

Digital_Imran
Shopify Partner
286 2 40

Hello everyone. I hope everyone is doing well. 
So I'm using the prestige theme and in footer, there is the unequal gap for the 1st column. Would anyone be able to help me fix this? Screenshot attached. Codes can also be provided. Any help would be greatly appreciated

Store URL: https://jewelrybyashira.com/

 

 

screenshot.png

 

 

 

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.
Accepted Solutions (2)

niraj_patel
Shopify Partner
2391 516 513

This is an accepted solution.

Hello @Digital_Imran 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 700px) {
  .footer__block--text {
       max-width: 14rem !important;
    }
 }
</style>

techlyser_web_0-1721915645339.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Sweans
Shopify Partner
429 88 125

This is an accepted solution.

Hi @Digital_Imran ,

To fix the issue of the unequal gap in the first column of the footer in the Prestige theme just add following code to your theme.liquid file:

.footer__block--text {
max-width: fit-content;
}


If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

Replies 4 (4)

niraj_patel
Shopify Partner
2391 516 513

This is an accepted solution.

Hello @Digital_Imran 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width: 700px) {
  .footer__block--text {
       max-width: 14rem !important;
    }
 }
</style>

techlyser_web_0-1721915645339.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Digital_Imran
Shopify Partner
286 2 40

Thank you so much @niraj_patel It works 😄

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.

Sweans
Shopify Partner
429 88 125

This is an accepted solution.

Hi @Digital_Imran ,

To fix the issue of the unequal gap in the first column of the footer in the Prestige theme just add following code to your theme.liquid file:

.footer__block--text {
max-width: fit-content;
}


If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

Digital_Imran
Shopify Partner
286 2 40

Thank you so much @Sweans . Let me try 😄

Problem Solved? ✔Accept and Like solutions to help future merchants.

Do you need high converting Shopify store? with customized graphical banners, hire me.
Message me now to get started. My response time is lightning fast.