Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1033908
    dtourcreative
    Participant

    Hi there,
    Can you help me with this page: http://www.ruthgangbar.com/cabin-rental/. It looks great on everything with the exception of the Ipad and Ipad Mini, vertical views. The columns are holding as two columns on that view, which creates huge whitespace and I want them to stack on top of each other like the attached screenshot.

    #1034189
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) {
    .x-column.x-1-2 {
    width: 100%; } }
    

    Hope that helps,

    Joao

    #1034629
    dtourcreative
    Participant

    YOu are a genius!~ Thank you!

    #1034834
    John Ezra
    Member

    On behalf of my colleague Joao and the rest of our team, you’re most welcome and thank you for your kind words. Have a wonderful day! 🙂

  • <script> jQuery(function($){ $("#no-reply-1033908 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>