Hi everyone,
Is there a way to change the size of the banner on a home page?
I would like it to be slightly slimmer/ less high.
Thank you in advance!
A user seeks to reduce the height of their homepage banner. They provide a screenshot showing the current banner size.
Solution provided:
.flickity-viewport and sets height to 500px using !importantOutcome:
Hi everyone,
Is there a way to change the size of the banner on a home page?
I would like it to be slightly slimmer/ less high.
Thank you in advance!
Heyy @Chrystel078 please paste this code in theme.css file
.flickity-viewport {
height: 500px !important;
}
That’s it, thanks!