On this homepage: https://marcogiannecchini.de/
When I adjust the setting of the first section to min width to 100% browser window the image of the speaker isn’t aligned anymore with the end of the color section at least at bigger screen sizes I think (with my 15,6 laptop it works but not with my 22 desktop screen)…
How can I make sure it works also on other screens?
Best regards!
Hey transformmedia,
Thanks for the update.
We set the minimum width to 100% and added this css code in the Quick CSS field to align the elements at the bottom of the section.
.home #main #av_section_1.avia-section .template-page {
padding: 0 !important;
vertical-align: bottom;
}
Apply a unique Section ID to the color section if necessary.
Best regards,
Ismael