I would need some advice. Our page has too large image for Inner page banner,
Is it possible via CSS editor to reduce the maximum height of such images? I tried to do
.innerbanner img {
max-height: 50% !important;
width: auto !important;
}
But it does not help for most pages, only here (for the default Inner Page Banner), but not in the case the user choose a different Featured image.