- This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Education Hub Pro › News section formatting is off
Tagged: custom, format, formatting, news
Has anyone found a way to fix the formatting on your news section? The tiles won’t line up at all, they are showing up with blocks in between them no matter how long I allow the title and previewed content to be.
IE:
X X
X
X
Instead of:
X X
X X
The formatting on this post was changed, basically I’m getting blank blocks in between news posts horizontally on the left but not the right. If anyone has any insights I would appreciate the help!
Hello @tknuteson,
Please use below given CSS to solve the issue .
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.inner-wrapper .news-post:nth-of-type(2n+1) {
clear: both;
}
Hope this helps .
Best Regards!!
| Cookie | Duration | Description |
|---|---|---|
| cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
| cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
| cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
| cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
| cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
| viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |



