We're merging with GenerateBlocks! Learn more here.

[Support request] Shadow Box Post in Header

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Shadow Box Post in Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26631
    Eugen Minnich
    Participant

    Hello,
    I used the following CSS to put a shadow around my posts.

    .wp-show-posts-columns .wp-show-posts-inner {
    box-shadow: 0px 2px 16px 0px rgba (0,0,0, .1);
    }

    However, the post is unfortunately displayed without a shadow in the header. There is also no shadow in the Post Carousel.
    do you have a suitable CSS for this?

    #26633
    Eugen Minnich
    Participant

    https://papalatics.de

    I would also like to have an interior clearance from the text to the edge.

    #26652
    elvin
    Moderator

    Hi there,

    I’m not sure I fully understand what style you’re trying to achieve. Do you have any mockup images?

    Also, I wasn’t able to see any carousel. Perhaps your carousel isn’t working. Can you temporary disable ALL plugins except WPSP to check?

    I would also like to have an interior clearance from the text to the edge.

    We can use padding to do this.

    Example:

    .wp-show-posts-inner {
    padding: 20px;
    }
    #26675
    Eugen Minnich
    Participant

    Many Thanks. I COULD SOLVE that with the shadow around the BOX.

    With the CSS
    .wp-show-posts-inner {
    padding: 20px;
    }

    The distance from the post is also changed.

    I just want the left and right spacing
    Change title, date and content.
    The distance should remain above and below.

    Many thanks for your help!

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