Title: Scrollable Captions
Last modified: April 11, 2018

---

# Scrollable Captions

 *  Resolved [igorchu](https://wordpress.org/support/users/igorchu/)
 * (@igorchu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/)
 * Hey,
 * I’ve recently added your plugin to a website I’m working on and I’m loving it.
   
   I am having a problem while trying to make caption scrollable (it is too long
   on some devices when images get smaller and I’d rather not shorten it). Is it
   possible to make it work?

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

 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/#post-9769778)
 * Hi, Please provide me url and I will give you custom css to control it.
 * Regards
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/#post-9771560)
 * Hi, Please paste following css in custom css box
 *     ```
       @media only screen and (max-width:980px){
       	.ich-prefix [class*='col-'] {
       	    width: 50% !important;
       	    float: left !important;
       	    margin-left: 0px;
       	    margin-right: 0px;
       	    margin-top: 0 !important;
       	    margin-bottom: 0 !important;
       	    padding-left: 0px;
       	    padding-right: 10px;
       	}
       }
       @media only screen and (max-width:768px){
       	.ich-prefix [class*='col-'] {
       	    width: 100% !important;
       	    float: none !important;
       	    margin-left: 5px;
       	    margin-right: 5px;
       	    margin-top: 5 !important;
       	    margin-bottom: 0 !important;
       	    padding-left: 0px;
       	    padding-right: 0px;
       	}
       }
       ```
   
 * Please also remove the class **opis** from p tags
 * Regards
 *  Thread Starter [igorchu](https://wordpress.org/support/users/igorchu/)
 * (@igorchu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/#post-9771782)
 * Thank you but I was rather thinking of using the overflow property.
    Your solution
   makes it so that there’s only 1 column on tablets and it doesn’t look good with
   low quality photos that I use.
 * Regards
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/#post-9772062)
 * Hi, Please try this code
 *     ```
       .image-caption-box .centered-text {
           overflow-y: scroll;
           max-height: 368px;
           display: block !important;
       }
       ```
   
 *  Thread Starter [igorchu](https://wordpress.org/support/users/igorchu/)
 * (@igorchu)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/#post-9773174)
 * Works perfectly. Thank you a lot.

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

The topic ‘Scrollable Captions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/image-caption-hover_56837e.svg)
 * [Image Caption Hover](https://wordpress.org/plugins/image-caption-hover/)
 * [Support Threads](https://wordpress.org/support/plugin/image-caption-hover/)
 * [Active Topics](https://wordpress.org/support/plugin/image-caption-hover/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/image-caption-hover/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/image-caption-hover/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [igorchu](https://wordpress.org/support/users/igorchu/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/scrollable-captions/#post-9773174)
 * Status: resolved