Hi,
Please help me to fix the broken look on iPad screensizes of front page blocks. Here is a screenshot to illustrate what I mean:
http://screencast.com/t/qG8ncgJu9Foq
Website where this happens: http://autolion.ee
Thanks!
Kirill
Help, please?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.home .av-layout-grid-container {
display: block;
}
.home .av-layout-grid-container .flex_cell {
display: block;
width: 100% !important;
}}
If you would like to apply the changes on bigger screen sizes, please increase 990px value
Best regards,
Yigit
Hi, http://screencast.com/t/cowesdY7tXtD – check the screenshot, now looks even stranger.
Will be waiting for your reply.