Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #641557

    Hi Kriesi Team,
    thanx for the wonderful Enfold theme.

    On the site linked below in the private field I want 1/2 columns in the main content to be displayed as 1/1 column on the ipad in normal mode (landscape is fine as it is). Otherwise the text of the Icon List is cutted.

    The sidebar can stay like this.

    Thanks Juergen

    • This topic was modified 7 years, 10 months ago by jbcm.
    #641589

    Problem solved:

    @media only screen and (max-width: 770px) {
    .responsive #top #wrap_all .flex_column {
    width: 100%!important;
    float:left;
    margin-left: 3%!important;
    }
    }

    #641592

    Hey!

    Glad you figured it out!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘display 1/2 columns on ipad (normal, not landscape) as 1/1 columns’ is closed to new replies.