Hi all
I’m looking for a way to make my site full width, regardless of the zoom settings.
Does anyone have suggestions?
Theme: Turbo, by Out of the Sandbox
Hi all
I’m looking for a way to make my site full width, regardless of the zoom settings.
Does anyone have suggestions?
Theme: Turbo, by Out of the Sandbox
Hi @DrLani ,
May I suggest to update code these steps:
body .section {
max-width: none;
width: 100%;
}
Hi @DrLani
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Styles.css
.section {
max-width: initial !important;
width: 100% !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
you can try this code
.section {
max-width: initial !important;
width: 95% !important;
}