Changing homepage picture height
- The topic ‘Changing homepage picture height’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I would like the homepage image to be more of a banner shape rather than a massive square. At the moment that first image takes up the whole page- even on desktop. When I amend the image itself it doesn’t make any difference, it just takes the middle part of the image and makes it a square.
Is there any way please to reduce the height of this image?
The blog I need help with is: (visible only to logged in users)
Sorry also, how do I reduce the amount of space between each front page block widget? There seems to be such large gaps.
Hi,
thank you for using our theme.
You can use this in the Custom CSS:
@media screen and (min-width: 70em) {
.cd-fixed-bg {
min-height: 300px;
padding: 30px 10px;
}
}
.home .widget {
margin: 0 0 1.5em;
}
Hope this helps.
All the best,
Ana
Thanks!
Hi,
This worked great to make the image more narrow, I was wondering if I can remove the image altogether?
Hi,
you don’t need to upload a featured image, this way you’ll have a solid background color.
Hope this helps.
All the best,
Ana