Changed Featured Image Height
- The topic ‘Changed Featured Image Height’ is closed to new replies.
Need help? Check out our Support site, then
Hey, we’re looking to have shorten the default height of the featured image on our home page by about 30%. Our goal is to have the 3 featured pages be visible above the fold. Thank you.
The blog I need help with is: (visible only to logged in users)
Hello,
Try adding the following CSS:
.home-slider .slideshow .slides li {
max-height: 540px;
}
That should decrease the height of the featured slideshow, and allow your featured pages to be displayed above the fold.
I hope this helps. Thanks!