We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Adjust the Side Margins of a Multicolumn in Dawn

Solved

Adjust the Side Margins of a Multicolumn in Dawn

Danceddiction
Excursionist
31 0 8

Hello! 

I am wondering what the best way to adjust the side margins/padding for a multicolumn section in Dawn. I am currently using 15.0.0. 

I would like to adjust the margins for just this section - and not the entire site. I haven't been able to implement this correctly after reading some other posts here. You can see below that the cards are stuck narrow and I would like them to extend all the way to the sides or adjust the margin as needed. 

Side-note I would also like to understand how I can adjust the size of the cards as well.

Danceddiction_0-1727302436384.png

 

Accepted Solution (1)

GTLOfficial
Shopify Partner
881 182 192

This is an accepted solution.

Hello @Danceddiction 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

.page-width.section-template--18442698621183__multicolumn_CEDcJ3-padding.isolate.scroll-trigger.animate--slide-in {
  max-width: 100% !important;
}
#shopify-section-template--18442698621183__multicolumn_CEDcJ3 .multicolumn-card__info {
  top: 22% !important;
  }

 

 

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 4 (4)

GTLOfficial
Shopify Partner
881 182 192

This is an accepted solution.

Hello @Danceddiction 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

.page-width.section-template--18442698621183__multicolumn_CEDcJ3-padding.isolate.scroll-trigger.animate--slide-in {
  max-width: 100% !important;
}
#shopify-section-template--18442698621183__multicolumn_CEDcJ3 .multicolumn-card__info {
  top: 22% !important;
  }

 

 

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
GTLOfficial
Shopify Partner
881 182 192

Thanks for accepting my solution.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

PageFly-Richard
Shopify Partner
5011 1120 1806

This is Richard from PageFly - Shopify Page Builder App

 

Hi @Danceddiction   Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>

 

<style>
#shopify-section-template--18442698490111__multicolumn_YFTjji .multicolumn .page-width{
    width: 100% !important;
    max-width: 100% !important;
}
</style>

 

Hope my solution will help you resolve the issue.

 

Best regards,

Richard | PageFly

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


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


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

GTLOfficial
Shopify Partner
881 182 192

That would be great, if you could buy me a pizza for my work in community.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh