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

    Hallo,
    ich habe Probleme bei der Darstellung von 4 Spalten auf dem Ipad Portrait View. Eine Spalte ist entweder immer grösser oder kleiner als alle anderen sodass die Darstellung suboptimal ist.

    Meiner Meinung nach stimmt da etwas mit grid.css: Line 299 nicht, @media only screen and (min-width:768px) and (max-width:989px). Weiss aber selbst keine Lösung.

    Bitte um Hilfe. Danke.
    wp 4.0.1
    enfold 3.0.4

    • This topic was modified 9 years, 11 months ago by bur2000.
    #359419

    Hi bur2000!

    Thank you for using Enfold.

    Can you please provide a screenshot of the issue? The columns have the same width when I checked it on iPad portrait view.

    Regards,
    Ismael

    #359482
    This reply has been marked as private.
    #359959

    Hi!

    try to use this in Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    body .container_wrap .avia-builder-el-last {
    margin-left: 24px;
    }}
    

    Hope that helps.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.