Home › Forums › Basel support forum › Gray border around categories › Reply To: Gray border around categories
November 12, 2018 at 2:31 pm
#89001
Elise Noromit
Member
Hello,
Try this code:
@media (max-width: 460px){
.category-grid-item .hover-mask h3{
min-height:45px;
}
}
Add this code to the Theme settings > Custom CSS > Global
Best Regards