Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Bootstrap Carousel Custom Width

.carousel-caption {
   background-color: #b3be35;
    border-radius: 20px;
    color: white;
    max-width:100%;
    left:0 !important;
    right:0 !important;
    opacity: 0.9;
}
 
PREVIOUS NEXT
Tagged: #Bootstrap #Carousel #Custom #Width
ADD COMMENT
Topic
Name
5+3 =