Hi at Kriesi,
I am using a “blog post” element as grid layout and the blog headline sometimes has two lines, sometimes one. I want the textblock always have the same margin to this headline. I have tried some margin-top CSS, but that does not work. Any idea? That would be great!
Here you see what I want to achieve:
Best
Hey Sigmund,
Are you just trying to add spacing after the headline?
Best regards,
Jordan Shannon
Hi Jordan,
yes. But the blog posts headlines are changing in lenght and I want the textblock beneath always have the same margin/padding to to this headline , not matter if the headline takes one or two lines.
Best
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
.html_elegant-blog .avia-content-slider .slide-entry-title {
background: gold;
min-height: 100px;
}
Best regards,
Vinay
Hi Vinay,
that doest the trick. Thanks!
You can close the topic.
Best