When I try to customize the size of the card frame with the code below:
.CarouselCardFrame{
position:relative;
width:500px;
margin:20px 0;
height:100px !important;
border:2px solid #104ba5;
border-radius:2px
}
It’s always “Invalid JavaScript”. Can anybody help to fix the code?
Thank you so much in advance!