- This topic has 3 replies, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Education Hub Pro › News Section
Tagged: View options of news section
Hey guys!
on https://www.mti-schmidt.com we’ve got a challenge with the news.
As you see the news are displayed in differently sizes.
How can we fix the size. so it looks like equal squares ?
Or is there any option to view the news in a blog style one after one ?
Thanks in advance.
Hello @edu_horse,
As the title / Content of the posts you have used in the news section is not equal for all the posts and the section itself takes height as per the contents, the news items are not perfectly aligned as a “square” layout.
However, you can try using the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS to change the layout of the posts to display it in the single column format :
@media (min-width: 768px)
{
.news-post {
width: 100%;
}
.news-post img {
width: 30%;
float: left;
}
.news-content {
width: 68%;
float: left;
margin-left: 2%;
}
}
Hope this Helps,
Best Regards !!
Thanks a lot!
This is even better than we expected.
Hello @edu_horse,
Glad we could help you !!
If you have any issues further, please feel free to post your queries and we will happily help you further.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/education-hub/reviews/
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. |