Title: Title location.
Last modified: August 21, 2016

---

# Title location.

 *  [gawakamy](https://wordpress.org/support/users/gawakamy/)
 * (@gawakamy)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/title-location/)
 * This is awesome plugin ever. I have been looking for one like this.
    However,
   I have a problem. Title show on the thumbnail now. I would like to show the title
   under the thumbnail. How do I do?
 * [https://wordpress.org/plugins/category-grid-view-gallery/](https://wordpress.org/plugins/category-grid-view-gallery/)

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

 *  Thread Starter [gawakamy](https://wordpress.org/support/users/gawakamy/)
 * (@gawakamy)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/title-location/#post-4640958)
 * I guess the developer stopped to support about this issue. Anybody has idea for
   this?
 *  [cagsmith](https://wordpress.org/support/users/cagsmith/)
 * (@cagsmith)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/title-location/#post-4641111)
 * You can do this by adding some custom CSS. I used the following CSS to get the
   titles to display below the images, as well as making the text a bit smaller 
   and less heavy.
 * The following assumes you are using the “light theme”. I also added custom CSS
   to remove borders earlier, so I’m not sure how the below will look if you still
   have the borders enabled.
 *     ```
       #cg-ul > li {
       	height: 235px !important;
       }
   
       div.cgtitle.always {
       	height: 50px !important;
       }
   
       div.cgback.always {
       	display: none !important;
       }
   
       div.cgview.light ul li div.cgtitle p a {
       	font-size: 12px !important;
       	font-weight: 400 !important;
       }
       ```
   
 * If possible, you should try to implement such CSS changes without resorting to
   using “!important”, but unfortunately because of the way my client’s site was
   set up it was necessary in this case.
 *  [nomigobo](https://wordpress.org/support/users/nomigobo/)
 * (@nomigobo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/title-location/#post-4641116)
 * hello cagsmith .. i am having little problem .. as gawakamy mention same thing
   is here .. but i’m not a techie person… can you tell me where to place this code
   to show title below the image ???
 * Thanks with Regards.

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

The topic ‘Title location.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/category-grid-view-gallery.svg)
 * [Category Grid View Gallery](https://wordpress.org/plugins/category-grid-view-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/category-grid-view-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/category-grid-view-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/category-grid-view-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/category-grid-view-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/category-grid-view-gallery/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [nomigobo](https://wordpress.org/support/users/nomigobo/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/title-location/#post-4641116)
 * Status: not resolved