Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1103878

    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:

    View post on imgur.com

    Best

    #1104104

    Hey Sigmund,

    Are you just trying to add spacing after the headline?

    Best regards,
    Jordan Shannon

    #1104107

    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

    #1104257

    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

    #1104286

    Hi Vinay,
    that doest the trick. Thanks!
    You can close the topic.

    Best

    #1105018

    Hi,

    Great, I’m glad that you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Textblock Margin to Headline Above’ is closed to new replies.