Hi
In my color section I would like to set Section Minimum Height to least 75% of browser window height.
But the my text are placed in the vertical middle of the color section, and I would like it to be at the top !
I have searched and searched for an answer, but without any luck. Can you please guide me ?
Hey Edsbjerg,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
http://5270.dk/edsbjerg/bacon-ipsum/
If you look at this page you will see my problem.
The setup is a color section, with a text block inside. The color section is set to have a height of 75% of browser window.
And then the text block are centeret in the color section :-(
I would like it to be at the top of the color section
Hi!
Please add following code to Quick CSS
.avia-section.av-minimum-height .container .content {
vertical-align: top !important;
}
Regards,
Dake