Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1103902

    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)…

    https://ibb.co/KFVMH2D

    How can I make sure it works also on other screens?

    Best regards!

    #1105324

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.