Shopify themes, liquid, logos, and UX
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
Hi, when I add other sections in Page, and the Page section I add on Page, both width is different, is it possible to make Page section same width with other sections width? Thank you.
Here is the link of my page:
https://1cabe3-26.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
This is Amelia from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.page-width.page-width--narrow.section-template--22604264636733__page_qxe6bV-padding {
max-width: var(--page-width) !important;
}
Hope that my solution works for you.
Best regards,
Amelia | 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)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Hi, 你想统一为哪个宽度?宽的还是窄的?
去掉代码中的这个类名page-width--narrow
去掉之后就会显示一样的宽度:
Paste this code in your base.css
@media screen and (min-width: 990px) {
.page-width--narrow {
max-width: 120rem;
}
}
Let me know if it's helpful by like and accept my solution.
Best Regards,
Team_OSC
This is an accepted solution.
This is Amelia from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.page-width.page-width--narrow.section-template--22604264636733__page_qxe6bV-padding {
max-width: var(--page-width) !important;
}
Hope that my solution works for you.
Best regards,
Amelia | 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)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
You are welcome @Mentorpublish 😁
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)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.