Hi,
I tried to reduce the minimum heigth of the colorsection of the big heading in the middle of the page below, but it doesn´t work.
The height ist still around 110px but I would need 70px and the heading horizontal and vertical centered.
I tried the following css and changed the height in the color section but it doesn´t help.
.avia-section {
min-height: 70px !important;
}
What can I do?
Thank you very much for your help.
Regards,
wordmax
Hey wordmax!
I can see your code being applied on the page so it’s working. I’m not sure what you are trying to do though, do you want to make it vertically larger or smaller?
Cheers!
Rikard
Hey Rikard,
I just found a solution (maybe (-;):
I build a custom-class .iridium to the relevant color section
and the css-code
.iridium .template-page.content.av-content-full.alpha.units {padding: 0 !important}
Regards,
wordmax