gigiograndi
Hi
About the thread the topic is for the ACM module shared in first post http://prntscr.com/13cbyx4
That already resolved.
gigiograndi Is possible to have a css rule for the active tabs module under ?
In your custom.css file you have this code
@media (min-width:992px){.acm-slideshow .owl-carousel .item .slider-content{padding:150px 0}
It has error since you have 2 opening braces but not closing them.
It should be @media (min-width:992px){.acm-slideshow .owl-carousel .item .slider-content{padding:150px 0}}
So the next code i shared will work
Now Replace the older code of tabs module with this and it work fine for that specific module
#mod-122.t3-tabs-vertical .nav-tabs > li.active a,#mod-122.t3-tabs-vertical .nav-tabs > li.active a:hover,#mod-122.t3-tabs-vertical .nav-tabs > li.active a:focus,#mod-122.t3-tabs-vertical .nav-tabs > li.active a:active{background:#575656;color:#ffffff}