Site logo

Archived topic

How can i add depth to blog posts in blog page?

12 replies · Started by eden on January 15, 2020

Viewing posts 1–13 of 13

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

plz let me know

Hi there,

What do you mean by depth?

Can you explain a bit more?

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?

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);
}

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

Can you open a new topic for the separate question?

Thanks :)

Thanks :)

Try this CSS:

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

Worked!

Awesome :)

This archived topic is closed to new replies.