Hello,
How to set the height of the banner cover the sides of the category ?
1 Answers
To resolve this issue, you can add the following code to the style.css file.
.banner.cover { min-height: 900px; }
Hope this helps !
Please login or Register to submit your answer