Hi, i need to reduce header height from 70vh to 50-60, how can i do this?
I
Ihor
Original poster
Member
Hi, i need to reduce header height from 70vh to 50-60, how can i do this?
Hi Ihor,
Try the CSS below
#parallax-bg #slider-inner {
height: 50vh;
}
.slide-bg-section {
height: calc(50vh – 5px);
}
You can make it 60vh if you want
Copy and paste this in Appearance -> Customize -> Additional CSS
P.S. If you are happy with the theme or our support, we would really appreciate if you would leave us a review here
Regards