Title: Responsive captions
Last modified: September 17, 2017

---

# Responsive captions

 *  Resolved [christinatodorova](https://wordpress.org/support/users/christinatodorova/)
 * (@christinatodorova)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/)
 * Thank you for this great plugin!
 * Is it possible to make the captions responsive? I set it with % values but still
   on mobile devices and smaller screens they are as big as on large screen.
 * Thank you for your time and efforts!
 * Regards,
    Christina

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

 *  Thread Starter [christinatodorova](https://wordpress.org/support/users/christinatodorova/)
 * (@christinatodorova)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9504042)
 * And another question regarding css incompatibility…
 * When I place a slide on one of my pages, the plugin adds another b style. It 
   looks like this in the developer console:
 *     ```
       Inherited from b
   
       b, strong {
           font-weight: 700;
       }
       style.css?ver=2.3.0:84
       b, strong {
           font-weight: bolder;
       }
       style.css?ver=2.3.0:84
       b, strong {
           font-weight: inherit;
       }
       user agent stylesheet
       strong, b {
           font-weight: bold;
       }
       ```
   
 * And all the paragraph text becomes bold.
    -  This reply was modified 8 years, 8 months ago by [christinatodorova](https://wordpress.org/support/users/christinatodorova/).
 *  Plugin Author [CeiKay](https://wordpress.org/support/users/ced1870/)
 * (@ced1870)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9504193)
 * Hi
    please give me the url of the page to see the problem CEd
 *  Thread Starter [christinatodorova](https://wordpress.org/support/users/christinatodorova/)
 * (@christinatodorova)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9504234)
 * Thanks!
 * beta.dasautoservice.com
 *  Plugin Author [CeiKay](https://wordpress.org/support/users/ced1870/)
 * (@ced1870)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9504344)
 * ok, by my side the caption is responsive and takes the half of the slideshow,
   even on small screens. May be that I don’t understand your request ?
 * for your bold text, I see in your source code:
 *     ```
       <article class="post-4089 post type-post status-publish format-standard has-post-thumbnail category-novini tag-bentley entry"><b><b><a ...><img src="... width="300" height="200"></a><header class="entry-header[…]
       </p></div></b></b></article>
       ```
   
 * so here you can see that your text is between 2 <b> tags which is bold. Nothing
   to so with the slideshow in my mind
    CEd
 *  Thread Starter [christinatodorova](https://wordpress.org/support/users/christinatodorova/)
 * (@christinatodorova)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9504424)
 * Thanks!
 * Sorry, I didn’t explain properly. The text is really big on small screen. Here
   is a [screenshot](http://beta.dasautoservice.com/wp-content/uploads/slideshow_small_screen.PNG).
 * About the bold text…
    If you open fore example [this page](http://beta.dasautoservice.com/%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8-%D1%87%D0%B0%D1%81%D1%82%D0%B8/%D1%83%D0%BF%D0%BE%D1%82%D1%80%D0%B5%D0%B1%D1%8F%D0%B2%D0%B0%D0%BD%D0%B8-%D1%81%D0%B5%D1%80%D1%82%D0%B8%D1%84%D0%B8%D1%86%D0%B8%D1%80%D0%B0%D0%BD%D0%B8-%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB/),
   where no slideshow is present, the paragraph text is not bold.
 * And if you open [another page](http://beta.dasautoservice.com/%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8-%D1%87%D0%B0%D1%81%D1%82%D0%B8/%D0%BD%D0%BE%D0%B2%D0%B8-%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8-%D0%B0%D0%B2%D1%82%D0%BE%D1%87%D0%B0%D1%81%D1%82%D0%B8/)
   with slideshow on it, the paragraph text is bold.
 *  Plugin Author [CeiKay](https://wordpress.org/support/users/ced1870/)
 * (@ced1870)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9505545)
 * for the caption, you can use some mediaqueries in CSS to set up the caption font
   size depending on the resolution . SOmething like
 *     ```
       @media screen and (max-width: 480px) {
       		.camera_caption {
       			font-size: 0.6em !important;
       		}
       }
       ```
   
 * for the bold, I see that you have disabled the slideshow and the <b> tags are
   gone. This is strange, I don’t see why this would happen
 * Can you enable it again on a page so that I can check ?
 *  Thread Starter [christinatodorova](https://wordpress.org/support/users/christinatodorova/)
 * (@christinatodorova)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9505601)
 * Thank you!
 * It’s on now.
 * I have slideshows on these two pages:
    [front page](http://beta.dasautoservice.com/)
   [another page](http://beta.dasautoservice.com/%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8-%D1%87%D0%B0%D1%81%D1%82%D0%B8/%D0%BD%D0%BE%D0%B2%D0%B8-%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8-%D0%B0%D0%B2%D1%82%D0%BE%D1%87%D0%B0%D1%81%D1%82%D0%B8/)
 * [Page](http://beta.dasautoservice.com/%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB%D0%BD%D0%B8-%D1%87%D0%B0%D1%81%D1%82%D0%B8/%D1%83%D0%BF%D0%BE%D1%82%D1%80%D0%B5%D0%B1%D1%8F%D0%B2%D0%B0%D0%BD%D0%B8-%D1%81%D0%B5%D1%80%D1%82%D0%B8%D1%84%D0%B8%D1%86%D0%B8%D1%80%D0%B0%D0%BD%D0%B8-%D0%BE%D1%80%D0%B8%D0%B3%D0%B8%D0%BD%D0%B0%D0%BB/)
   without slideshow
 * And I found another css conflict – there is a youtube plugin on the front page(
   right sidebar). When the slideshow is active, the width of the youtube plugin
   is changed and it becomes smaller.
    -  This reply was modified 8 years, 8 months ago by [christinatodorova](https://wordpress.org/support/users/christinatodorova/).
 *  Plugin Author [CeiKay](https://wordpress.org/support/users/ced1870/)
 * (@ced1870)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9506007)
 * ok, check in the slideshow caption, it seems that you have
 * > Създадени в заводите на <b>Volkswagen AG<b>.
 * here you got 2 times <b> instead of <b> and </b>
    this is probably the cause
 *  Thread Starter [christinatodorova](https://wordpress.org/support/users/christinatodorova/)
 * (@christinatodorova)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/responsive-captions/#post-9506045)
 * My mistake, sorry.
    Thank you for your great support!

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

The topic ‘Responsive captions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slideshow-ck_747474.svg)
 * [Slideshow CK](https://wordpress.org/plugins/slideshow-ck/)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-ck/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-ck/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-ck/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-ck/reviews/)

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