Adjust the Side Margins of a Multicolumn in Dawn

Solved

Adjust the Side Margins of a Multicolumn in Dawn

Danceddiction
Excursionist
21 0 6

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
543 115 108

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: [email protected] - Skype: ritesh_27dh

View solution in original post

Replies 4 (4)

GTLOfficial
Shopify Partner
543 115 108

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: [email protected] - Skype: ritesh_27dh
GTLOfficial
Shopify Partner
543 115 108

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: [email protected] - Skype: ritesh_27dh

PageFly-Richard
Shopify Partner
4661 1068 1725

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
543 115 108

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: [email protected] - Skype: ritesh_27dh