A
A
Arseniy Dybov2021-11-06 13:29:17
Blogs
Arseniy Dybov, 2021-11-06 13:29:17

How to split posts on the front page in Blogger?

How do I separate posts with a bar, border, or other way in Blogger on the front page?
I used the given code:

.post-body {  line-height: 1.4;  position: relative;  border-bottom:3px double #000; }

But the result turned out like this: 618658a08cafc044831993.png
A dash appeared over the date of publication, information about comments, etc.
How to lower it even lower? Or is there another way to separate posts?
Now the posts going one after another look like this:
spoiler
6186592a907e2712776495.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arseniy Dybov, 2021-11-06
@orsejeans

I found a solution, I used the following code:

.post.hentry {
padding: 5px;
border: 1px solid  #ff0000;
}

Taken from here (there are several other examples there)

Y
Yaroslav Zozulya, 2021-11-06
@Yaroslav-Zozulya

can you link to the project? And then we will poke a finger in the sky here.
as an option to give sections with a margin-bottom post
and in general. what's the problem with indenting this stripe...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question