- This topic has 6 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Change Header Image Size
I would like the header images on pages to be long and narrow, how can I change the default size? In the “customize” section of WordPress, it states that the image needs to be 1000×750 pixels. I would like 1200×300 pixels.
Currently, header images are very large, like this:
I want the header image to be more like this size:
Hello,
Can you please provide us with your site URL so that we can work on your query further ?
Regards!!
https://kidsrawesome.com/tp-team/anne-frank/
also…. I would love to have four columns for #related-posts, but cannot figure out how to code that.
Hello @brenners78,
Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media screen and (max-width: 992px){
#related-posts .column-wrapper {
width: 25%;
}
}
.single-tp-team #related-posts .blog-post-wrap {
width: 100% !important;
}
Hope this helps.
Best Regards!!
I’m sorry. That was not what I was going for. I’m sorry if I confused you. I wish to accomplish the following:
1) resize the header image on every page
2) display four columns of four related posts (vs. two columns of two related posts)
I did find the code to manipulate for the header image, page title, and breadcrumbs. Here I have it set to not display a banner image, not display page title or breadcrumbs. I also set the background color to white and set the height to 300 px to fill in the gap between the nav menu and the page body.
#header-image {
max-height: 95px;
min-height: 20px;
overflow: hidden;
background-color: #fff;
}
.has-banner-image#header-image {
min-height: 20px;
}
#header-image img {
width: 100%;
vertical-align: middle;
}
#header-image.no-banner-image {
min-height: 300px;
max-height: 300px;
}
.page-title .entry-title {
display: none;
}
#breadcrumb-list a {
display: none;
}
Hello @brenners78
Hope the solution is working well.
If you have any further query/confusion, kindly let us know.
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. |