Skip to content

Instantly share code, notes, and snippets.

@nextab
Created April 19, 2025 20:19
Show Gist options
  • Save nextab/30b77795d2c0c8c54d10fc230c866877 to your computer and use it in GitHub Desktop.
Save nextab/30b77795d2c0c8c54d10fc230c866877 to your computer and use it in GitHub Desktop.
// In die Design-Einstellungen -> CSS von der ZEILE!
@media (min-width: 981px) {
selector .et_pb_column {
display: flex;
flex-flow: column nowrap;
align-items: flex-start;
justify-content: center;
gap: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment