Title: Gallery Image Description Width
Last modified: May 1, 2024

---

# Gallery Image Description Width

 *  Resolved [Ownsale](https://wordpress.org/support/users/unconsultancy/)
 * (@unconsultancy)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/gallery-image-description-width/)
 * Hi,
 * Is it possible to get the CSS to change the displayed image description from 
   50% to 100%.
 * I can see that the CSS around that element is:
 *     ```wp-block-code
       bwg_container1_0 #bwg_container2_0 .bwg_image_alt_0 {
       display: table-cell;
       width: 50%;
       text-align: left;
       font-size: 20px;
       font-family: arial;
       color: #000000;
       padding-left: 8px;
       word-wrap: break-word;
       word-break: break-word;
       vertical-align: middle;
       }
       ```
   
 * But I’m not quite getting it right to be able to change the width to 100%. I’ve
   been trying:
 *     ```wp-block-code
       .bwg_image_alt_0 {
           width: 100%;
       }
       ```
   
 * In my Custom CSS but clearly I’ve not quite got it right.
 * Help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fgallery-image-description-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Yasin Abedi](https://wordpress.org/support/users/yasinabedi/)
 * (@yasinabedi)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/gallery-image-description-width/#post-17738430)
 * Hi [@unconsultancy](https://wordpress.org/support/users/unconsultancy/) , 
   Thank
   you for posting your question in our forum.I am afraid we do not provide custom
   solutions for modifying the design further than the existing options.However 
   if you are trying to use custom CSS for it, trying to add !important tag might
   help as it will make sure to force the style you have added for that specific
   element and override other styles.Best Regards,Yasin
 *  Plugin Support [Yasin Abedi](https://wordpress.org/support/users/yasinabedi/)
 * (@yasinabedi)
 * [2 years ago](https://wordpress.org/support/topic/gallery-image-description-width/#post-17753691)
 * Since there has been no activity or response , we’re closing this topic for now.
   Feel free to reach out if you have any further questions or concerns.

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

The topic ‘Gallery Image Description Width’ is closed to new replies.

 * ![](https://ps.w.org/photo-gallery/assets/icon-256x256.png?rev=2068745)
 * [Photo Gallery by 10Web - Mobile-Friendly Image Gallery](https://wordpress.org/plugins/photo-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photo-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photo-gallery/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [description](https://wordpress.org/support/topic-tag/description/)

 * 2 replies
 * 2 participants
 * Last reply from: [Yasin Abedi](https://wordpress.org/support/users/yasinabedi/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/gallery-image-description-width/#post-17753691)
 * Status: resolved