CSS-BS3-001

col-xs-12 img-responsive hidden-xs

Bootstrap 3 leftovers

Some Joomla 3 club templates mixed Bootstrap 3. Those class names are not in Bootstrap 5.

col-xs-12 img-responsive hidden-xsBootstrap 5: col-*, img-fluid, d-none d-sm-block

Dies at Joomla 3 → 4J3: Works nativelyJ4: Removed — fatalJ6: Removed — fatalBC plugin: no — already dead on J4Patch possible — review itCSS / Bootstrap

Symptoms people search

responsive breakpoints wrong · images overflow

Replace this code

Swap col-xs-12 img-responsive hidden-xs for Bootstrap 5: col-*, img-fluid, d-none d-sm-block.

Joomla 3

Remove or stop calling this

<div class="col-xs-12 hidden-xs">
<img class="img-responsive">
<div class="panel panel-default">

Joomla 4 / 6

Use this instead

<div class="col-12 d-none d-sm-block">
<img class="img-fluid">
<div class="card">

How to fix it

  1. 1col-xs-* → col-*.
  2. 2img-responsive → img-fluid.
  3. 3hidden-xs → d-none d-sm-block.
  4. 4well / panel → card.

Also known as

col-xs · img-responsive · hidden-xs · well · panel · Bootstrap 3

Related issues

Get in touch

Have a project in mind? Let's talk about it.

Tell us what you're building. Whether it's a new site, an online store, a mobile app, or something that needs AI under the hood, we'll get back to you within a business day.

Free consultation
No commitment, no pressure
Reply within 24 hours
Usually much faster

Prefer a direct conversation?

Request a project quote

Tell us about your project

Fill out the quick form and we'll reach out.