Hi,
I have a color section with a fullscreen background image (100% height).
in this color section, I want the content to be on top, and not in the center (as it is by default).
Please, what is the Quick CSS ?
Thanks
Hi ppi37!
Please add following code to Quick CSS
.avia-section.av-minimum-height .container .content {
vertical-align: top;
}
Regards,
Yigit
Perfect Yigit,
Thanks