Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1152645

    H,

    in the first product line i have 3 colums and in the second line 1 have 4 columns. Everything works fin on al devices except at Ipad Portrait.

    Link and Screenshot is in private content.

    Thank you for helping

    #1153351

    Hey Stefan,
    Sorry for the late reply and thanks for the screenshots and link.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
        .responsive #top.home #wrap_all #main .container {
            width: 75%;
            max-width: 75%;
            margin: 0 auto;
            padding-left: 0;
            padding-right: 0;
            float: none
        }
    
        .responsive #top.home #main .container .av-content-small,.responsive #top.home #wrap_all #main .flex_column,.responsive #top.home #wrap_all #main .av-flex-cells .no_margin {
            margin: 0;
            margin-bottom: 20px;
            width: 100%
        }
    
    
       .responsive #top.home #wrap_all #main .flex_column:empty {
            margin: 0
        }
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1153519

    Thank you very much – it works great!

    Tread can be clsed

    #1153525

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘columns on Ipad portrait not centered’ is closed to new replies.