Tagged: Section, special heading, Top
Hello,
is there a way to keep the special heading at the top of a section (e.g. colour section), when this is adjusted to “100% of browser window height”, instead of the usual centred position?
Thanks!
Hey!
Try adding this code to the Quick CSS:
#av_section_1 .content {
display: block;
}
Where av_section_1 is the ID of the color section.
Cheers!
Josue