Title: customize grid
Last modified: August 31, 2016

---

# customize grid

 *  Resolved [beast123](https://wordpress.org/support/users/beast123/)
 * (@beast123)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customize-grid/)
 * Great plug in!
 * I want to customize grid by reducing space between photos.
 * I’d also like to have it left-aligned so it falls directly vertical from logo
   and text on page.
 * See my test page if needed: [http://aktv8.com/1229-2/](http://aktv8.com/1229-2/)
 * I assume in CSS but don’t know how.
    Pls help.
 * [https://wordpress.org/plugins/image-caption-hover-gallery/](https://wordpress.org/plugins/image-caption-hover-gallery/)

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

 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customize-grid/#post-7228218)
 * Hi, use following styles in your theme’s custom css box
 *     ```
       .grid-pad {
           padding-top: 0;
           padding-left: 0;
           padding-right: !important;
       }
       [class*='col-'] {
           float: left;
           padding-right: 0 !important;
       }
       ```
   
 *  Thread Starter [beast123](https://wordpress.org/support/users/beast123/)
 * (@beast123)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/customize-grid/#post-7228254)
 * Thx Rameez.
 * Unfortunately this didn’t change anything. I added it with existing CSS* and 
   then as the only CSS but there was no change.
 * Any other ideas?
 * Also, is it possible to change the space between each letter (kerning) of the
   captions?
 * Really appreciate your prompt response. Hope we can find solution.
 * Cheers,
 * JT
 * * here is existing CSS:
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   600px) {
    .metaslider .caption, .metaslider .cs-title, .metaslider .nivo-caption{
   font-size: .75em; /* smaller font on phones */ padding-top: 0.25em; padding-bottom:
   0.25em; } }
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-width:
   1000px) {
    .metaslider .caption, .metaslider .cs-title, .metaslider .nivo-caption{
   font-size: 2.0em; /* smaller font on desktop */ padding-top: 0.5em; padding-bottom:
   0.5em; } } #footer { margin-top: 0; } #footer .container { padding-top: 0; } #
   top .post-title { display: none; } .breadcrumb-trail { display: none!important;}.
   title_container { display:none;

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

The topic ‘customize grid’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [beast123](https://wordpress.org/support/users/beast123/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/customize-grid/#post-7228254)
 * Status: resolved