What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Full width on a custom page template

Solved

How can I make a custom page template full width in Narrative theme?

valdemarost
Excursionist
37 1 6

Hi there!
I am currently building our online store - not released yet on a domain.
I am using Narrative Theme and have a question about making pages full-width.
The home page is full-width by default.

 

  • However the custom page templates I am creating (Narrative does not come with many page templates), is not full width (I think there is a padding??)

Can anyone please help and guide me how to make the templates full width?
Best regards

Valdemar

Accepted Solution (1)
KetanKumar
Shopify Partner
37442 3664 12119

This is an accepted solution.

@valdemarost 

Thanks for URL.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

 .page-width {
    max-width: 100%;
}
.template-page .medium-up--four-fifths {
    width: 100%;
    left: 0 !important;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 171 (171)
Deniz-Isso
Excursionist
16 0 3

@KetanKumar I was already able to fix the problem myself. 

KetanKumar
Shopify Partner
37442 3664 12119

@Deniz-Isso 

Wow it would be great

Thanks for update 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
erikale91
Visitor
2 0 1

Hello, 

the

.page-width {
    max-width: 100%;
}
.template-page .medium-up--four-fifths {
    width: 100%;
    left: 0 !important;
}

 didn't work on my custom theme. Can you please help!

Thanks kindly,

 

 

KetanKumar
Shopify Partner
37442 3664 12119

@erikale91 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
erikale91
Visitor
2 0 1
Kinjaldavra
Shopify Partner
2303 570 1426

@erikale91  Follow this : Online Store >> Themes >> Actions >> Edit code >> Assets >> theme.css

.wrapper {
    max-width: 100% !important;
}

.template-page .medium-up--four-fifths {
    width: 100%;
    left: 0 !important;
}

  

ratsquad
Tourist
8 0 8

Captura.JPG

 

hi @KetanKumar 

I managed to get more width with this code: 

.template-index .wrapper {
max-width: 120%;
}
.template-product .wrapper {
max-width: 120%;
}
#friseur-rostock main.main-content {padding-top: 0;}
#friseur-rostock main.main-content .wrapper {max-width: 100%;}

But as you can see it still has a margin. I want full width. What code i need to use?

This is my web, the pass is "noexavisu"

https://tuevolucionpersonal.com/

Thank you

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

can you please update this code

.template-index .wrapper {
    max-width: 100%;
    padding: 0;
}
.template-product .wrapper {
    max-width: 100%;
    padding: 0;
}
If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ratsquad
Tourist
8 0 8

It works!

thank you so much!

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

it's my pleasure to help us

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ratsquad
Tourist
8 0 8

hi @KetanKumar .

Captura.JPG

How can i delete this margin? (selected in red)

Thanks!

 

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ratsquad
Tourist
8 0 8

Sorry @KetanKumar i forgot to put the link.

https://www.ratsquad.es/products/como-carburar-un-motor-2-tiempos

Here you have it.

Thanks!

Kinjaldavra
Shopify Partner
2303 570 1426

hello @ratsquad 


please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 .main-content{
    margin:0 !important;
}

 

ratsquad
Tourist
8 0 8

Thanks a lot!

It works perfect 🙂

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

its my pleasure to help us

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ratsquad
Tourist
8 0 8

Hi, 

i want to remove the margin selected in the photo in a home page.

https://tuevolucionpersonal.com/

thank you 

yjetrj.JPG

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

sorry for issue 

i can help but your store is password protect can you please share us

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

No rush, Thanks for detail please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.template-product .main-content {margin-top: 0px;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ratsquad
Tourist
8 0 8

hi.

i need to remove this margins in a regular page

https://tuevolucionpersonal.com/pages/cursos-online-y-presenciales

password is: noexavisu

ratsquad_0-1623665262088.png

 

thanks

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

do you have like this?

KetanKumar_0-1623666311735.png

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
ratsquad
Tourist
8 0 8

I have it like the photo i attached, and i want it like the photo you attached.

thank you so much

Kinjaldavra
Shopify Partner
2303 570 1426

hello @ratsquad 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.main-content.wrapper{
        max-width: 100%;
        padding: 0;
}
.site-header{
        padding: 5px 0 !important;
}

 

KetanKumar
Shopify Partner
37442 3664 12119

@ratsquad 

thanks for confirm please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.

#cursos-online-y-presenciales .main-content {max-width: 100%;padding: 0;}
#cursos-online-y-presenciales .site-header {padding-bottom: 0;}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5

Hey could I have some help on this page please?

The header module with the starting with the text 'the craft hot sauce hot 100' should be full width and have no spacing with the edge.

Then the second black module underneath should be centered as it is - but the black should stretch to the end of the page?

Can anyone help me with this?



Screenshot 2021-06-19 at 19.30.18 (2).png

KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

do you need full width?

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5

yeah I would like the page to be full width, but when i apply styling it makes all the sections full width

KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

do you have any particular page issue so please sent page url? 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
CyberdyneJoule
Excursionist
16 0 4

lol...i have pasted this code in dawn 12.0 base.css and it works...now all pages are full width on my store.... are you putting it in base.css, if not - try once.

rohantuteja
Excursionist
17 0 7

Hey @KetanKumar ,

I am also facing the same issue wherein for the custom page I want it to be full width.

I want the full width only for the custom pages I make and not for the entire website.

Please help me.

My store URL is momomia1.myshopify.com

Thanks

mmu28
Excursionist
11 0 6
Hi,

For the custom pages, you can go to pages in Shopify and choose full width
like below:

[image: image.png]

[image: image.png]

Unless you're using a third party page developer, than you can change the
settings inside the app.


KetanKumar
Shopify Partner
37442 3664 12119

@rohantuteja 

sorry for this issue 

let me know page URL do you need full width?

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rohantuteja
Excursionist
17 0 7

Hey @KetanKumar ,

This is the URL

https://rethought.in/pages/sell-with-us-1

Please help me with the same.

rohantuteja
Excursionist
17 0 7

Hi @KetanKumar 

Please help me to increase the section width to full width.

https://rethought.in/pages/sell-with-us-1

On this link, currently, I have set the full width for all the template pages. 

I would like to set the full width for only the slideshow section, so that the header isn't set to full width. 

I am using the Brooklyn theme. 

Please help me with this. 

Thanks

Rohan Tuteja

KetanKumar
Shopify Partner
37442 3664 12119

@rohantuteja 

do you mean like this?

KetanKumar_0-1613292240238.png

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rohantuteja
Excursionist
17 0 7

@KetanKumar 

Yes, like this but without the header extended to full width. In the screenshot you sent, the header also has the full width, but I want the padding to be there in the header section. 

KetanKumar
Shopify Partner
37442 3664 12119

@rohantuteja 

1. Go to Online Store->Theme->Edit code
2. Asset->/timber.scss.liquid->paste below code at the bottom of the file.

#sell-with-us-1 .main-content .wrapper {
    max-width: 100%;
    padding: 0;
}
#sell-with-us-1 .main-content .grid__item {
    left: 0;
    width: 100%;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
rohantuteja
Excursionist
17 0 7

Hey @KetanKumar,

That worked brilliantly for me.

Btw, I just wanted you to know that I am a big fan of your work.

Thank you so much.

Regards

Rohan Tuteja

 

KetanKumar
Shopify Partner
37442 3664 12119

@rohantuteja 

it's my pleasure to help us

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5

Hey Ketan - could you help me solve a similar issue on my store?

this is the page:

 

https://baucebrothers.com/pages/new-test

Thank you in advance!

KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

sorry any issue 

bt sorry i can't see please share issue images?

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5

Hey Ketan - sorry!

Here you go, I have a bunch of section stacked on that page - but I would like them to go full width, could you help?

Screenshot 2021-06-06 at 10.57.37 (2).png

KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

sorry i can't see your attachment

KetanKumar_0-1622976172295.png

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5

Hey mate sorry - I changed the template accidently - https://baucebrothers.com/pages/new-test

Please check the link now - it may need refreshing - but should match the screenshot

KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

no rush please add this css code your css bottom of the file 

#new-test main#main .container {
    max-width: 100%;
}

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5

This worked amazing - thanks you!

BauceBrothers
Excursionist
14 0 5

is there a way to make it so the blog item aren't stretched?

See how they appear on the home page

Thanks for your help mate - appreciate it!

 

Screenshot 2021-06-06 at 12.03.29.pngScreenshot 2021-06-06 at 12.03.29 (2).png

 

KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

KetanKumar_0-1623392816498.png

 

how?

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BauceBrothers
Excursionist
14 0 5
KetanKumar
Shopify Partner
37442 3664 12119

@BauceBrothers 

Thanks for it please add this code

div#shopify-section-jess-blog {
    padding: 0px 20px;
}
If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing