Hi, when I have a color section’s minimum height be 100%, my heading is centered in the middle of the image. How can I have it be at the top of the background image while still having the color section’s minimum hight be 100%? When I change the color section minimum height to no minimum height the heading is placed at the top, but my background image is messed up.
Thanks
i think the best will be if you gave to that color-section a custom class to avoid that all your headings will be placed on top – f.e.: topheading
than insert this in quick css:
.avia-section.av-minimum-height.topheading .container .content {
vertical-align: top ;
}
see here: https://webers-testseite.de/colorsection-100percent-with-heading/
the distance could be styled by the padding setup in color-section
Hi bbeasley10,
Did you try the suggestion from @guenni007 and did you have any luck with it?
Best regards,
Rikard
No that didn’t work
Hi,
Ok, could you post a link to where we can see the element in question?
Best regards,
Rikard
did you setup the custom css class for that color-section : in my code above i took: topheading
i suppose that a lot of participants only try the code without reading the thread completly – am i wrong ?