Hi,
How can I widen the entire home page in Dawn Theme?
Basically to narrow the gap by about half.
Thanks!
Goal: Reduce the side gaps and widen the Dawn theme home page.
Key steps proposed and implemented:
Process notes:
Outcome:
Hi,
How can I widen the entire home page in Dawn Theme?
Basically to narrow the gap by about half.
Thanks!
Hi @cdgerard
Could you share your store URL so I can provide the solution?
Best Regards,
Dan from Ryviu
Hi, here it is:
@cdgerard Please follow the below steps to widen the home page. Let me know whether it is helpful for you.
page-type={{ template }}
[page-type="index"] .page-width , [page-type="index"] .page-width-desktop {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
@media screen and (max-width: 989px) {
[page-type="index"] .multicolumn .page-width {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.
Works perfect. Thank you!