• Resolved maweb

    (@maweb)


    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

    (@wistudatbe)

    Hello @maweb,

    The best way to change this, without touching the original files, is using a plugin like this one: 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 gives you the benefit that you can update grid wud, without loosing the CSS values.

    Regards,
    Danny

    Thread Starter maweb

    (@maweb)

    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 8 years, 3 months ago by maweb.
    Plugin Author AccountClosed

    (@wistudatbe)

    Hello @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

    (@maweb)

    Fine, all works in style.css with my infinity seo theme.
    Here is the link of my page
    https://www.dittadipuliziemilano.it/citta-servite/

    Is there any code for gap between the grid?

    • This reply was modified 8 years, 3 months ago by maweb.
    Plugin Author AccountClosed

    (@wistudatbe)

    Hi @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.