Gap on breadcrumbs

Hi guys
i have a gap above my slider as seen in the attached screenshot. I have the breadcrumbs enabled since I want them on some pages. but on this particular page, i have added this css :

.x-breadcrumb-wrap { display: none; }

to remove the breadcrumbs. however, it did not remove the white padding altogether. i tried to remove padding from all other elements on the page: row, section… but not working for me
so please your help

thanks
Amir

Hi There,

Thanks for writing in!

Please add this CSS to the page CSS of that page.

.x-container>.offset {
margin: 0px !important;
}

Hope this works!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.