- This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Kids Education › Header image width
The image of colourful stripes on top of our website has the size of 1000×750 pixels as prescribed. But when opening a page (e.g. http://www.freinetopstelten.be/visie/) you have a big blue area at the right hand side of this image as if it is to narrow? How can I solve this?
Is there also a possibility to reduce the height of this image? Thus the distance between the top & bottom cloud becoming smaller?
Hello,
Please add following given CSS code in Additional CSS section to remove the blue area at the right hand side of the image by going to Admin Panel > Appearance > Customize > Additional CSS
#header-image img{
max-width: 100%;
}
Also, to reduce the height of the image, please add following given CSS code in Additional CSS section.
#header-image img{
height: 527px;
}
Further, you can replace ‘527px’ with your desired pixel.
Hope this helps.
If you have any queries further, let us know.
Thank you.
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. |