Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #888102

    Hi!
    Unfortunately, I couldn’t find the problem in the Forums.
    How do I make this resposive? See picture iPad Portrait

    As you can see the columns go on top of each other.

    Please help!

    Thanks in advance.

    mmatos

    • This topic was modified 8 years, 3 months ago by mmatos.
    #888146

    Hey mmatos,

    Add this to quick css:

    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)
    and (-webkit-min-device-pixel-ratio: 1)  {
    .post-entry-206 .av_one_third{
    width:100%!important;
    }}

    Best regards,
    Jordan Shannon

    #888338
    This reply has been marked as private.
    #888642

    Hi,

    Add this as well:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)
    and (-webkit-min-device-pixel-ratio: 1)  {
    
    .post-entry-206 .av_one_third.avia-builder-el-15{
    margin-left:0px!important;
    }
    
    .post-entry-206 .av_one_third.avia-builder-el-21{
    margin-left:0px!important;
    }
    
    
    }

    Best regards,
    Jordan Shannon

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