Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi
I’m looking for the possibility of changing the length of the excerpts used in the Post Loop grid. Seems it is limited by a number of lines. Not the default WordPress length of 55 words.
Hi Marc
The content is there it’s just hidden. Try this under Appearance > Custom CSS:
/* Vantage Grid Layout Excerpt Height */ .vantage-grid-loop article .excerpt { height: auto !important; }Bingo!
Thanks Andrew.
Super, glad we could help.