Home › Forums › Basel support forum › Collapsing problems with Product Categories and Products Grid inside Tabs › Reply To: Collapsing problems with Product Categories and Products Grid inside Tabs
August 23, 2016 at 7:43 am
#3058
Artem Temos
Keymaster
Try to fix this with the following code snippet
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel {
right:0;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel .vc_tta-panel-body {
overflow:visible;
}
.vc_tta-panel-body .basel-products-load-next {
right: -45px!important;
}
.vc_tta-panel-body .basel-products-load-prev {
left: -45px!important;
}