Horeca Webservice Knowledge Base
Last updated:
If you have a row with 3 columns, they will be placed below each other on mobile. To avoid that, add this css on the main element of the Divi module.
display: flex; align-items: center; Code language: HTTP (http)
display: flex; align-items: center;