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

    Hi, i have a problem with Ipad responsive monitor:

    Image and video hosting by TinyPic

    please can you help me ?

    • This topic was modified 6 years, 9 months ago by toohead.
    #811653

    Hey toohead,

    Please provide a link to the site so we can look into this further.

    Best regards,
    Jordan Shannon

    #811734
    #811854

    Hi,

    For the cart icon issue add the following to quick css:

    
    @media only screen and (max-width: 1024px)  {
    .cart_dropdown_link{
    margin-left:-100px!important;
    }
    }

    As for the other fix, would it be possible to share admin info so I can log in and look into the issue further?

    Best regards,
    Jordan Shannon

    #812022

    Thanks the css code work! now i try to solve the other problem!

    • This reply was modified 6 years, 9 months ago by toohead.
    #812572

    Hi,

    Try adding the following to quick css:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
    .avia_image {
    height:140px!important;
    }
    
    #av-layout-grid-1 p font font {
    font-size:10px!important;
    }
    }

    Best regards,
    Jordan Shannon

    #813328

    The code not work!

    #813531

    Hi,

    Please provide a screenshot of what you are seeing as the code worked well on my end.

    Best regards,
    Jordan Shannon

    #813739

    Image and video hosting by TinyPic

    most important, i must resolve the cart problem!

    • This reply was modified 6 years, 9 months ago by toohead.
    #813930

    Hi,

    The cart problem should have been fixed with the very first css I sent you.

    To make the images full-width on iPad try the following, though the physical image size themselves may have to be inscreased. I have tested this myself within the browser:

    @media only screen and (max-width: 1024px){
    .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    
    .avia-builder-el-1 .flex_cell{
    width:100%!important;
    }
    
    .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;
    }}
    
    

    Best regards,
    Jordan Shannon

    #814334

    Thanks very much! i solve my problem!

    #814359

    Hi,

    We’re glad that the problem is fixed now!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Responsive Problem’ is closed to new replies.