Excerpts doubled after putting in column format
-
After I placed the excerpts from the plugin in a column of 3, it now pulls each excerpt twice. How do I fix this?
This is the code I used for the columns:
.third { -moz-column-count: 3; -moz-column-gap: 10px; -moz-column-rule: none; -webkit-column-count: 3; -webkit-column-gap: 10px; -webkit-column-rule: none; column-count: 3; column-gap: 10px; column-rule: none; }
- The topic ‘Excerpts doubled after putting in column format’ is closed to new replies.