Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #689121

    we see that the diagonal section border is for the bottom of the actual section.
    So on most cases ( to mimic the diagonal effect) it is recomended that Diagonal Border Color is the background-color of the following section!

    But why does it not work on last section . It would be nice to have it with footer too! So last Diagonal Border Color get the footer background-color. But on some reasons this is not accepted!

    the only way now is to make another color-section after that and give the last color-section (no top border !) a custom class (in my example i call it: no-minheight
    This will do the trick

    .avia-section.no-minheight {
        height: 0;
        min-height: 0 !important;
    }
    
    #footer.container_wrap {
        border-top-width: 0 !important;
    }

    see Result on the bottom of: Link

    #690252

    Hey Guenter!

    Thank you for sharing your solution!

    Cheers!
    Yigit

    #1090910

    An other solution:
    Make an other color-section and hide it on all screen sizes.

    But it would be fine that Kriesi make a better solution….

    #1091246

    Hi OSTstudio,

    Thanks for the feedback and for sharing, it’s much appreciated.

    Best regards,
    Rikard

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