[Resolved] How can i add depth to blog posts in blog page?

Home Forums Support [Resolved] How can i add depth to blog posts in blog page?

Home Forums Support How can i add depth to blog posts in blog page?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1133213
    eden

    hello,
    How can i add depth to blog posts in blog page?
    I cant see this option

    #1133214
    eden

    plz let me know

    #1133282
    Leo
    Staff
    Customer Support

    Hi there,

    What do you mean by depth?

    Can you explain a bit more?

    #1133321
    eden

    Its a bit hard to explain,
    By depth i mean i want the posts to look like they are a bit higher than the other elements so there will be shadows beneath them.

    Do you know what i mean?

    #1133387
    Leo
    Staff
    Customer Support

    Ahh you are looking for shadows.

    Try something like this:

    .blog .inside-article,
    .archive .inside-article {
        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }
    #1133389
    eden

    Thank you,
    and how can I move the button “read more” in the blog page for each post to the center?

    #1133390
    Leo
    Staff
    Customer Support

    Can you open a new topic for the separate question?

    Thanks πŸ™‚

    #1133393
    eden
    #1133395
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

    #1133445
    eden

    Hi i am also looking for shadows for each element in my left sidebar in my blog page.
    you can check it here https://edensharabi.co.il/blog/

    #1133509
    Leo
    Staff
    Customer Support

    Try this CSS:

    .sidebar .widget {
        box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.5);
    }
    #1133741
    eden

    Worked!

    #1134469
    Leo
    Staff
    Customer Support

    Awesome πŸ™‚

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