I'm currently attempting to adjust the height of my rev slider from 100% to 80%, but I can't seem to locate the necessary code. Upon inspecting in Chrome, I noticed the following:
element.style {
max-height: 1080px;
margin-top: 0px;
margin-bottom: 0px;
height: 902px;
}
element.style {
visibility: visible;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
max-height: none;
}
Is there a way for me to modify or override the element.style?
Take a look at the live site here