Narrative theme, full width custom content

Hi!

I’m adding an image slider at the bottom of my page and even though I’ve set it to 100% container width, it doesn’t seem to occupy the full width. Is there a way to do that?

Here’s my page: pagitan.com

Thank you!

@myelt

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-162935020635d625c6 .page-width {
    zoom: 1;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

Thanks!

oh yes, sorry. Enabled it!

1 Like

@myelt

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-162935020635d625c6 .page-width {
    zoom: 1;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

Thanks!

Thank you!!

@myelt

Thanks!