The Featured Content section about slider
- The topic ‘The Featured Content section about slider’ is closed to new replies.
Need help? Check out our Support site, then
Hello
Thansk for your time.
Is possible to make smaller the slider featured content. I woulld like that in the web take less space to see better the firsts posts.
All the best
The blog I need help with is: (visible only to logged in users)
Hi there – you can change this with some custom css.
https://en.support.wordpress.com/custom-css/
You could use something like:
.showcase {
padding-bottom: 30%;
}
You can tweak the 30% to fit the height you like.
THANKS!