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
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
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