Title: thumbnail responsive
Last modified: February 3, 2018

---

# thumbnail responsive

 *  Resolved [maurolunardon](https://wordpress.org/support/users/maurolunardon/)
 * (@maurolunardon)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/thumbnail-responsive/)
 * Hi; I’ve some thumbnails on the sidebar; all 300×200 (perfect for desktop) + 
   the title, on the bottom;
 * Desktop mode is ok; iphone 5 also; but over 320px the thumbnails stucks 300px
   and the text float, half in the top right and half on the bottom;
 * Any clue?
    (width: 100% or more than 300px don’t works)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fthumbnail-responsive%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Laura – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support8/)
 * (@wpmudev-support8)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/thumbnail-responsive/#post-9938873)
 * Hey [@maurolunardon](https://wordpress.org/support/users/maurolunardon/),
 * Hope you’re well.
 * I didn’t understand the problem. I checked on my Chrome browser but nothing looks
   like broken. Everything looks ok and responsive. Maybe showing us via screenshot
   can be helpful. Also, is this something related Custom Sidebars or related your
   theme? If this problem occurs without our plugin, I think theme support can be
   a better place to solve this problem.
 * Cheers,
    Oguz
 *  Thread Starter [maurolunardon](https://wordpress.org/support/users/maurolunardon/)
 * (@maurolunardon)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/thumbnail-responsive/#post-9964262)
 * In the link below you can see my problem on mobile devices. Thanks.
 *  [Imran – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support9/)
 * (@wpmudev-support9)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/thumbnail-responsive/#post-9971675)
 * Hello [@maurolunardon](https://wordpress.org/support/users/maurolunardon/)
 * Hope you’re doing well!
 * Please add the following CSS code to Appearance > Customizer > Additional CSS:
 *     ```
       @media only screen and (min-device-width : 375px) and (max-device-width : 812px) { 
       .cat-post-thumbnail.cat-post-dark {
       	width:100%;
       }
       }
       ```
   
 * All thumbnails should be shown in the center with a title at the bottom.
 * Have a nice day and take care!
 * Cheers,
    Nastia
 *  Thread Starter [maurolunardon](https://wordpress.org/support/users/maurolunardon/)
 * (@maurolunardon)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/thumbnail-responsive/#post-9988915)
 * Nice, Nice!; Thank you very much Nastia!
    Have a nice day too.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘thumbnail responsive’ is closed to new replies.

 * ![](https://ps.w.org/custom-sidebars/assets/icon-256x256.png?rev=1414065)
 * [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager](https://wordpress.org/plugins/custom-sidebars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-sidebars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-sidebars/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-sidebars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-sidebars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-sidebars/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [maurolunardon](https://wordpress.org/support/users/maurolunardon/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/thumbnail-responsive/#post-9988915)
 * Status: resolved