Viewing 3 reply threads
You must be logged in to reply to this topic.
Can you please explain two things to me…
First, I don’t understand why my Latest from Blog element is arranging my posts so oddly…instead of showing three by three, it sometimes does three and the on the next line, it will show one all the way to the right, and then start a third line of three and then back to a line of one post all the way to the right.
like this…
—— ——- ——-
——–
—— ——– ——
———-
other times, it looks like this
———– ———– ————
———— ————-
————–
Hello,
Can you please show us the page’s url where is this happening?
Best regards!
Hello,
It depends on the text length you enter.
If you want them aligned add this css code:
.latest_blog .blog-item .content p { min-height: 100px; } .latest_blog .blog-item .content h4 { min-height: 48px; }
Best regards!
You must be logged in to reply to this topic.