Hello,
Working on a mini-website for my company, I would like to reduce the height of the banner.
How can I do that ?
Thank you.
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
.banner.cover {min-height: 511px;}
Hope this helps !
Please login or Register to submit your answer