Home › Forums › Basel support forum › Div Container Overlap › Reply To: Div Container Overlap
September 29, 2020 at 6:45 am
#229486

Elise Noromit
Member
Hello,
Please find this custom CSS:
.product-design-compact .basel-scroll .basel-scroll-content {
position: static;
overflow: visible;
padding-left: 0;
padding-right: 0;
}
And replace it with this one:
.product-design-compact .basel-scroll .basel-scroll-content,
.browser-Safari .product-design-compact .entry-summary .basel-scroll {
position: static;
overflow: visible;
padding-left: 0;
padding-right: 0;
}
Add this code to the Theme Settings > Custom CSS > Tablet.
Best Regards