(Bootstrap 4) What happaned the caption class?
See original GitHub issueCaption class has vanished with Bootstrap 4.
There is this features in Bootstrap 3: .caption{padding:9px;color:#333}
While I trying to adapt v4, I couldn’t find any migration or just the same class.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Figures - Bootstrap
Documentation and examples for displaying related images and text with the figure ... <figcaption class="figure-caption">A caption for the above image.
Read more >Center figure image and caption in Bootstrap 4 - Stack Overflow
I am using Bootstrap 4 to style the web page. Using the text-center class for the caption, I'm able to center the caption...
Read more >Bootstrap 4: Everything You Need to Know - freeCodeCamp
Bootstrap allows for the use of two class names, figure-img and figure-caption As you may guessed, they are both used on the image...
Read more >Bootstrap 4 Slideshow with Bottom Captions on Codeply
This is paragraph text that is the caption of the image. I wonder what happens if this caption is very long? For example,...
Read more >Why is my Bootstrap carousel-caption class not centering
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We basically rewrote the entire codebase several times over in the move from v3 to v4. There are differences and not everything was carried over. Use our utilities instead.
https://getbootstrap.com/docs/4.0/utilities/colors/ https://getbootstrap.com/docs/4.0/utilities/spacing/
py-2 class is perfect. Thank you.