Shapely <> Elementor Full Width Doesn't Work

hi there.
I use Shapely theme + Elementor

Recently I updated my Shapely theme to the newest version and all my pages’ designs have slightly changed.

As a page layout I use Elementor Full Width, but, in reality, I still have these borders
Here is an URL : https://getleadwave.io/list-of-tech-job-boards/

While I use elementor full width as a template for that page

Could you please point me in the right direction, because sounds like there were no such issue before

Hi there

Try this css code in Appearance > Customize > Additionall CSS:

section.content-area.pt0 div#main {
    width: 100%;
    padding: 0px;
}

Let me know results

hi there.

It indeed worked! Thanks a lot

but boarders on the top and at the bottom are still there

Hi

Sorry, but I cant see any border, can you please provide a screenshot?

Hi there.

Can you see these areas? CleanShot 2022-06-01 at 22.17.18 · CleanShot Cloud and CleanShot 2022-06-01 at 22.19.01 · CleanShot Cloud
I have checked my elementor design and there should be 0px padding, but somehow I have got these spaces, when I updated my shapely theme

Thanks in advance

Hi

Thanks, try this css code:

section.content-area.pt0 {
    padding-top: 0px;
    margin-top: -20px;
    padding-bottom: 0px;
}