When i add a theme to a block - the outside stays white?

example below

theme only changes the middle and leaves outside white.
how to fix this?

heres my site - https://shop.myedspace.co.uk/

pasword - reulyi

Hello @oworor , please check section settings from customizer. Assign page width to full page then the white space will gone.

Regards,

Osama Farooqi

page width at max and still not working.
photo attached

Hi @oworor , this is theme settings. Please check for the section settings.

Regards,

Osama Farooqi

same issue

If it remains same, we’ll require to fix it via custom coding.

I recommend to hire a developer to do this if you’re not a developer.

If you’re a developer, I’ll send you code that you can add to edit section.

Regards,

Osama Farooqi

Yes I’m a dev too - send the code pls

Sure, just give me few moments I’ll share here. Simply try to find outer div and assign block color to outer div and hopefully it’ll be done.

Regards,

Osama Farooqi

ok, will try to look - but let me know if you get the code/find the file.
thanks

@osamafarooqi71 did you find a solution?

Yes, there are two ways to do this. One way is to again check in settings if you find something like choose section width (Full width / Page width) then choose Full width.

Else you can achieve this via custom coding.

A simple trick is to go to Online Store > Themes > Choose Options > Edit Code there find for “image with text” section and remove “page-width” from the code.

It will become full page width.

The second way is to simply add a style and pass the following code in this div.

style="background-color: #F4F2EE;"

this works now for image with text - but not for product blocks

how can I fix that?

still doesnt work :

You will need to perform it for all sections you want. I just visited your site and it seems like you got it.

If my answer helps you please consider a like and accept.

If you still need any help, feel free to ping me back.

Regards,

Osama Farooqi