Overlapping columns in mobile view (pro)

hi there,
please have a look at this page:
https://anima-gmbh.ch/ueber-uns-neu/
then narrow down the browserwindow or look at the page with an ipad in portrait orientation. the columns overlap. is that a bug or can it be fixed?
thanks a lot! kai

Hi Kai,

That is because of the fixed width set to the images that are on the left area of the page.

To solve that, please click on the customize option of the image elements then add this in the Element CSS field:

@media (max-width: 1020px) {
    $el {
        width: 100% !important;
    }
}

Hope this helps.

hi jade. thanks a lot for your quick help! things changed even faster on the website and now the design is different and working :wink: best wishes, kai

You’re welcome, Kai.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.