Force 2 columns in Divi on mobile device

Bildschirmfoto 2021 05 16 um 12.50.39
Contents

    On the cell phone you can force 2 columns with the following code.

    1. insert CSS class

    Bildschirmfoto 2021 05 16 um 12.49.38
    You can enter the CSS class in the line settings

    2. insert CSS code

    Bildschirmfoto 2021 05 16 um 12.50.39
    I the theme options you insert the code

    Use the following code:

    @media only screen and (max-width: 980px) {
    .zweispalten .et_pb_column {
    width: 50%!important;
    }
    }

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 29. March 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *