Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1024272

    Hello,
    My website looks totally fine in desktop view http://www.leconstruct.com but when i view in the ipad/pro it only displays correctly when viewed in landscape but when you view it in portrait mode it doesnt show the entire right side area of the website;

    “>portrait mode
    portrait mode

    hope to hear from you guys soon.

    Thanks

    • This topic was modified 5 years, 6 months ago by shalenie.
    #1024334

    Did you allready get a solution for this? I have the same problem….
    Thanx!

    #1024346

    No, I dont have yet.

    still waiting for response.

    #1025385

    Hi,

    Sorry for the late response. You can use the following css code to make the left sidebar switch to the top header when the screen width is equal or less than 1024px.

    @media only screen and (max-width: 1024px) {
        .responsive #top #wrap_all #header {
          position: relative;
          width: 100%;
          float: none;
          height: auto;
          margin: 0 !important;
          opacity: 1;
        }
    
        .responsive #top #wrap_all .container {
          width: 85%;
          max-width: 85%;
          margin: 0 auto;
          padding-left: 0;
          padding-right: 0;
          float: none;
        }
    
        .responsive #top .logo {
          position: static;
          display: table;
          height: 80px !important;
          float: none;
          padding: 0;
          border: none;
          width: 80%;
        }
    
        .responsive .logo a {
          display: table-cell;
          vertical-align: middle;
        }
    
        .responsive .logo img {
          height: auto !important;
          width: auto;
          max-width: 100%;
          margin: 0;
          display: block;
          max-height: 80px;
        }
    
        .responsive #header_main .inner-container, 
        .responsive .main_menu {
          position: static;
        }
    
        .main_menu .avia-menu, #header_main_alternate, 
        .fallback_menu {
          display: block;
        }
    
        .responsive #top #main {
          padding-top: 0 !important;
          margin: 0;
        }
    
        .container #advanced_menu_toggle, 
        #advanced_menu_hide {
          display: block;
        }
    
        .responsive.html_header_sidebar #top #header .social_bookmarks, .avia-custom-sidebar-widget-area, .html_header_sidebar #header .av-main-nav > li  {
            display: none;
        }
    
        .responsive #top .av-main-nav .menu-item-avia-special {
            display: block;
        }
    
        .responsive #top #wrap_all .main_menu {
            top: 0;
            height: 80px;
            left: auto;
            right: 0;
            display: block;
            position: absolute;
        }
    }

    Best regards,
    Ismael

    #1188311

    Hello Ismael,

    Sorry for this super late response. Where should i paste that css code? in the Quick CSS?

    Thank you!

    #1188772

    Hi Shalenie,

    Welcome back!

    Yes, you can place the code in the Quick CSS field or the child theme’s style.css file. After adding the code, please don’t forget to toggle the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets. And you might also have to remove the browser cache/history in order to see the changes.

    Best regards,
    Ismael

    #1189002

    Hello Ismael,

    I tried pasting it to the css field and when i checked it on my ipad, almost there but its still the same.
    Hoping for your reply

    thanks eng!

    see image here

    image

    • This reply was modified 4 years, 1 month ago by shalenie.
    #1189560

    Hi!

    Daghan salamat sa screenshot. Sensya na late gamay. Murag nabalhin naman ang header from left to top, so ok na to. Naa na ta space gamay para sa content. Kanang mga cells sulod sa grid row element, pwede nato na himuon full width or i-adjust ang width gasa iPad Pro nga view para naa ta extra space para sa mga elements sa sulod. Since 1366px ang maximum screen width kana nga device, try nato i-add ni nga code sa Quick CSS field.

    @media only screen and (max-width: 1366px) {
      .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
        width: 100%;
      }
    }

    Pwede pod nato i-hide yung mga cells sa mobile view kung prefer nimo. Edit the cells, go to the Advanced > Responsive toggle, then set nato ang Mobile display settings sa second nga option.

    Cheers!
    Ismael

    #1191063

    its working now. thank you khaaayoooo! pwede man diay magbisaya eng hehe. katong isa nako ka topic ba wala man nag reply tong moderator didto eng.

    #1191068

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1191194

    not anymore. solved.

    Thanks

    #1191198

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem display in portrait orientation ipad pro’ is closed to new replies.