Title: Shadow and Padding
Last modified: December 20, 2016

---

# Shadow and Padding

 *  Resolved [maweb](https://wordpress.org/support/users/maweb/)
 * (@maweb)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/)
 * Hi Danny, first of all..Great Job.!
    I’ve 2 questions: 1st about the tile shadow,
   if it possible to increase the amout of shadow, and to set where the tile shadow
   appear ex. top-left, top.right, left, right, all corners etc. 2nd about the padding
   of the excerpt, at the moment the text appear so much near to the lower border.
   I use layout (Square) and/or (Mixed Two).
 * Extra question, is there any way to modify the “style.css” of the plugin directly?
   If yes, what is its file name?
 * Best Reguards and Merry Xmas.
    Thank you.

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

 *  Plugin Author [AccountClosed](https://wordpress.org/support/users/wistudatbe/)
 * (@wistudatbe)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/#post-8573641)
 * Hello [@maweb](https://wordpress.org/support/users/maweb/),
 * The best way to change this, without touching the original files, is using a 
   plugin like this one: [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
   
   With this plugin you can overwrite the CSS values like shown here:
 * SHADOWS: change the values 2px 2px 6px to what you want.
    Use the !important 
   to overrule the grid wud CSS values. So copy and paste this code and change it
 *     ```
       .grid-wud-wrapper-box {
           box-shadow: 2px 2px 6px #000000 !important;
       }
       ```
   
 * PADDING HOVER EXCERPTS
    Here the same, copy /paste and change the 40% in what
   you want.
 *     ```
       .grid-wud-wrapper:hover .grid-wud-excerpt {
           max-height: 40% !important;
       }
       ```
   
 * PADDING STANDARD EXCERPTS
 *     ```
       .grid-wud-excerpt-2 {
           max-height: 40% !important;
       }
       ```
   
 * Using [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/) gives
   you the benefit that you can update grid wud, without loosing the CSS values.
 * Regards,
    Danny
    -  This reply was modified 9 years, 5 months ago by [AccountClosed](https://wordpress.org/support/users/wistudatbe/).
    -  This reply was modified 9 years, 5 months ago by [AccountClosed](https://wordpress.org/support/users/wistudatbe/).
 *  Thread Starter [maweb](https://wordpress.org/support/users/maweb/)
 * (@maweb)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/#post-8576111)
 * Thanks Danny, to use these settings, I have to necessarily install the plug-in
   or can I put the code in the style.css of my theme.?
    -  This reply was modified 9 years, 5 months ago by [maweb](https://wordpress.org/support/users/maweb/).
 *  Plugin Author [AccountClosed](https://wordpress.org/support/users/wistudatbe/)
 * (@wistudatbe)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/#post-8576125)
 * Hello [@maweb](https://wordpress.org/support/users/maweb/),
 * Normally you can add this also in your theme CSS.
    If no success, you still can
   install this plugin (which i’m using too).
 * Regards, Danny
 *  Thread Starter [maweb](https://wordpress.org/support/users/maweb/)
 * (@maweb)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/#post-8576216)
 * Fine, all works in style.css with my infinity seo theme.
    Here is the link of
   my page [https://www.dittadipuliziemilano.it/citta-servite/](https://www.dittadipuliziemilano.it/citta-servite/)
 * Is there any code for gap between the grid?
    -  This reply was modified 9 years, 5 months ago by [maweb](https://wordpress.org/support/users/maweb/).
 *  Plugin Author [AccountClosed](https://wordpress.org/support/users/wistudatbe/)
 * (@wistudatbe)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/#post-8578029)
 * Hi [@maweb](https://wordpress.org/support/users/maweb/),
 * I’m glad everything works like you wanted.
 * There is no code for the gaps between the grids.
    This is hard coded by the CSS
   files, per tile/grid. Maybe … i will add this as extra feature.
 * Regards, Danny

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

The topic ‘Shadow and Padding’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/grid-wud_b6d1ea.svg)
 * [Grid WUD](https://wordpress.org/plugins/grid-wud/)
 * [Support Threads](https://wordpress.org/support/plugin/grid-wud/)
 * [Active Topics](https://wordpress.org/support/plugin/grid-wud/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/grid-wud/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/grid-wud/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [AccountClosed](https://wordpress.org/support/users/wistudatbe/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/shadow-and-padding/#post-8578029)
 * Status: resolved