Blog Excerpt Text Format
- The topic ‘Blog Excerpt Text Format’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to have the blog excerpt appear in a single column format rather than two columns?
The blog I need help with is: (visible only to logged in users)
This might help:
.excerpt-content {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
This has been answered already in the forum, maybe try to search for a solution the next time. The official support currently is not really responding. I’m waiting for an answer to my own question for over a month now… with no sign of life.
Thanks, this was a big help. I also found the previous discussion of this question and another so all is good. Diane