Change slider height
- The topic ‘Change slider height’ is closed to new replies.
Need help? Check out our Support site, then
klinc.co
I want to reduce the height of my slider and “featured image” on all my pages.
Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there,
For pages, use the following CSS:
#page-header.cover {
min-height: 480px;
}
For the slider, upload slide images that have less height. I mean the height that you want.
Cheers.