How to resize text box width in dawn footer

Solved

How to resize text box width in dawn footer

Az94
Tourist
6 0 3

Hello everyone,

 

I need help on how to adjust the padding of the left and right side on each of the text boxes. Ideally, I want some space in between so that it doesn't look like it being squeeze to fit the whole width between text boxes. 

Az94_0-1724806550802.png

 

some example how it should look like. However, I would love to keep it justify for each of the the text boxes. Thank you in advance.

Az94_2-1724806854780.png

 

 

Accepted Solution (1)
BSSCommerce-HDL
Shopify Partner
2071 734 921

This is an accepted solution.

Hi @Az94

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (min-width: 750px) {
   .footer__blocks-wrapper {
    justify-content: space-between;
    display: flex;
    width: 100vw;
   }

   .footer__content-top {
      margin: 0 150px !important;
   }
   
   .footer-block.grid__item {
      margin-right: 80px;
   }
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 6 (6)
Az94
Tourist
6 0 3

Hi Julius, 

 

Thank you but may I know in which section of the code should I paste this? 

BSSCommerce-HDL
Shopify Partner
2071 734 921

Hi @Az94Can you kindly share your store link with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Az94
Tourist
6 0 3
BSSCommerce-HDL
Shopify Partner
2071 734 921

This is an accepted solution.

Hi @Az94

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

<style>
@media only screen and (min-width: 750px) {
   .footer__blocks-wrapper {
    justify-content: space-between;
    display: flex;
    width: 100vw;
   }

   .footer__content-top {
      margin: 0 150px !important;
   }
   
   .footer-block.grid__item {
      margin-right: 80px;
   }
}
</style>

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Az94
Tourist
6 0 3

Thank you so much ❤️ You such a life saver!

BSSCommerce-HDL
Shopify Partner
2071 734 921

@Az94, Glad to help you. Have a good day 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now