Stack columns in footer

thank you, removed all related css

Hi @zerotoone.de,

To fix this, please set your Bar’s Content Length to 100%

Then add this in Header > CSS

@media(max-width:1200px) {
#kontakt .x-bar-content {
        flex-direction: column;
}
}

Hope that helps

thank you, works

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.