We're merging with GenerateBlocks! Learn more here.

[Support request] shadows

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support shadows

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8054
    ivar
    Participant

    create shadows around a column

    #8062
    David Beckwith
    Participant

    Hi there,

    you can try this CSS:

    .wp-show-posts-inner>div:not(.wp-show-posts-image),
    .wp-show-posts-entry-header {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    .wp-show-posts-columns .wp-show-posts-inner {
        box-shadow: 0 0 10px 5px #ccc;
        padding-bottom: 1em;
    }
    #8069
    ivar
    Participant

    I’ve never seen such good technical support. Your work can be called perfect. Most of the questions on the forums are not even directly related to your products – people just ask for help in solving their problems on their websites. Many (like me) don’t even speak English. And you always help. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.