Want to make a section in Venture full width

Hi,

I am using the Venture theme.

I have a section in the website which I want to make full width.

Website- sohumlinen.com

Here is the section which I want to make full width.

Here is the code written for the above section:


[

 

### MAKE YOUR EXISTING CURTAINS SMART. INTRODUCING CURTAIN BOTS BY SOHUM

](https://sohumlinen.com/products/switch-bot-urail2?_pos=2&_sid=0ecc29acb&_ss=r)

Here is how I want to make it look (full width with no white space on the side):

Can someone please tell how i should edit the code to make it full width.

Thanks in advance

@SohumLinen add this css to assets > theme.scss.css bottom of file

#shopify-section-1649513031250bb91e .section-block–padding {
padding: 0;
}

#shopify-section-1649513031250bb91e .page-width {
max-width: 100% !important;
width: 100% !important;
padding: 0;
}

#shopify-section-1649513031250bb91e .page-width .page-width div {
background-size: 100%;
}

1 Like

Hey @kazi_1 ,

It worked like a charm, thanks a ton!