Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #676293

    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

    #677590

    Help, please?

    #677595

    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

    • This reply was modified 8 years, 2 months ago by Yigit.
    #677735

    Hi, http://screencast.com/t/cowesdY7tXtD – check the screenshot, now looks even stranger.

    Will be waiting for your reply.

    #678214

    Hi!

    I updated the code i posted above. Please try it now.

    Best regards,
    Yigit

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