[Resolved] Can I get a show box around each post?

Home Forums Support [Resolved] Can I get a show box around each post?

Home Forums Support Can I get a show box around each post?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1531666
    Heath

    I use the latest blog posts as .y home page for now. Is there a way to get shadow boxes around each post?

    #1531932
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see the Layout thats being used, then i can provide the necessary CSS.

    #1531947
    Heath

    I should have checked the spelling of my post but I guess you were able to figure out what I was asking for shadow boxes around each post. Ive included the site in the private information.

    #1532385
    David
    Staff
    Customer Support

    I just needed to see the site to check what layout was being used as this will decide on the CSS it uses, and what other things will need tweaking, like adding some padding to the content so it doesn’t touch the edges:

    body.home .inside-article,
    body.archive .inside-article {
        box-shadow: #718096 0 7px 20px;
    }
    body.home .inside-article > *:not(.post-image) ,
    body.archive .inside-article > *:not(.post-image)  {
       padding: 0 20px;
    }
    #1532392
    Heath

    This is perfect! Thank you.

    #1532449
    David
    Staff
    Customer Support

    You’re welcome!

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