Hi,
I am using the Turbo theme and I want wider page width on mobile.
I’ve created a page template named membership and i want it to have 0 margin on all sides but unfortunately I cannot figure out how to achieve this.
The page in question is https://pierrecardinlingerie.com/pages/ji01
I think i can edit styles.scss file but not sure how to do it, need kind assistance to help.
Thank you for your help!
@louislsh
Please add the following code at the bottom of your assets/styles.scss.liquid OR assets/styles.scss.css file.
@media only screen and (max-width: 798px){
.page-membership .container { width: 100% !important; padding: 20px 2px !important;}
}
Hope this works.
Thanks!
1 Like
Hi thanks, it works.
However, the footer aligned to the left. Is there a way to fix this?
Thank you
@louislsh
Please add following CSS .
@media only screen and (max-width: 798px){
.container .one-third.column { width: 100% !important;}
}
1 Like
Thanks for been so helpful!
One last thing and i hope you don’t kill me with my many requests.
I was hoping the footer can be aligned all the way.
Hope there could be padding on the bottom newsletter sign up and align footer to centered.
Apologies, if it’s too much work then probably i’ll just leave it as it is.
@louislsh please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file. see screenshot http://prnt.sc/126gpm4
@media only screen and (max-width: 798px){
.footer .container {
width: 400px !important;
}
.footer .footer-menu-wrap .sixteen{
width: 100% !important;
margin: 0 auto !important;
}
}
4 Likes
It works! Thanks for all the helps.
Hi There!
I am having the same issue only that the code didn’t work for me. The full width is also not working for me on mobile device on my product pages. also the footer is not full width, if possible please help me out.
Thanks in advance!
Kind regards
@dmwwebartisan @Kinjaldavra
Hi There!
I am having the same issue only that the code didn’t work for me. The full width is also not working for me on mobile device on my product pages. also the footer is not full width, if possible please help me out.
Thanks in advance!
Kind regards
@Jatin20
Please share your store URL!
Thanks!
Hi there,
I am struggling with this on desktop and mobile with both my Klaviyo embedded form and Instagram app
any ideas? Store URL is https://www.yourpup.com.au
@Jatin20
Please share your store URL and the screenshot of what you want!
Thanks!
https://yourpup.com.au/
and as mentioned I need to remove the ‘app wrapper’ margin/padding on either side to make it full width
@UpTheHillDigita
Please add the following code at the bottom of your assets/styles.css. file.
#shopify-section-sections--15865914949815__1690429726c9b56651 .one-whole {
width: calc(120% - 20px) !important;
margin-left: 0px !important;
margin-right: 0px !important;
}