This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vanatage Grid height with linebreak titel

7 years ago · Last reply by Andrew Misplon 7 years ago

Hi Guys,

I am setting up a page with a vantage grid loop, but in this page I have post titles that are too long and cause a line break. This results in an article that has another heigth than the rest of the posts.

See: https://test.bbq-junkie.nl/bbq-recepten/ and then row 4 for an example.

Is it somehow possible to manage that the height of the article will not change? Is it maybe possible that the title will be placed over the thumbnail, so that a linebreak will not affect the heigt of it?

Thanks in advance!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 7 years, 6 months ago

    Hi :)

    This should do it:

    #vantage-grid-loop h3 {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	box-sizing: border-box;
    }
    #vantage-grid-loop article .grid-thumbnail {
    	position: relative;
    }
  2. rschalkwijk 7 years, 6 months ago

    Hi Andrew,

    That works pretty good! Thanks man!

  3. Andrew Misplon Staff 7 years, 6 months ago

    Super, glad to hear that helped. Do you need a hand working that in with your existing custom CSS rules?

  4. rschalkwijk 7 years, 6 months ago

    I think for now you helped me out. If nI have more questions, I will ask them :)

  5. Andrew Misplon Staff 7 years, 6 months ago

    Super :) Sounds like a plan. Cheers for now.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread