Problems with liquid Layout
Dear BE theme. I have Problems with the second row (the three bubbles: How it works / from Muffin Group) of this page:
They look okay on regular resolution, but if I scale down they look slightly positioned to the right.
I have entered this code on custom CSS, in order to make the Pictures bigger, but now it has this problem, i think it comes from the fixed values:
.how_it_works { text-align: center; position: relative; width: 120%; height: 160%;}
.how_it_works .image { max-width: 100%! important; max-height: 100% ! important; vertical-align: middle; }
.how_it_works .image img { max-width: 100% ! important; max-height: 100% ! important; vertical-align: middle; }
Comments
if you look at http://pasteboard.co/1VdVvddf.png you see where the problem is. You can not set 120% of width because such items won't never center properly on different resolutions.