Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #807376

    Hey guys, please help!

    I’m having difficulty getting my site content to display correctly on iPad.

    I’m aware that this is due to the 40% padding currently set on each of my columns. (Which look great on Desktop)

    If you take the Homepage > Central Column > Content List for example. The text disappears?

    Would you be able to investigate and provide me with a Quick CSS fix?

    #807378

    And lastly, I’d like to fix my Main Menu navigation bar on iPad. The blue-coloured butterfly icon currently pushes the navigation down too far. Is there a way of removing the blue-coloured icon so that the navigation shrinks to the same size as the top bar when scrolling?

    Thank you in advance!

    #807958

    Hi ryanorlowski,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
       #header_main .logo img {
        width: 30%;
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width:1024px) {
      .flex_cell.no_margin.av_one_third {
        padding: 15px 10px !important;
       vertical-align: top !important;
      }
    div .av_three_fifth.avia-builder-el-17 .avia-icon-list .iconlist_icon {
      margin-right: 20px;
    }
    div .av_three_fifth.avia-builder-el-17 {
      width: 97%;
    }
    div .av_three_fifth.avia-builder-el-17 .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 0px;
    }
    
    div .av_one_fifth.avia-builder-el-16 {
      width: 1% !important;
    }
    div .av_three_fifth {
        margin-left: 0%;
        width: 75.6%;
    }
    .page-id-2 .av-special-heading {
      margin-top: 0;
    }
    /*.hr.hr-invisible.avia-builder-el-13 {
      height: 50px !important;
    }*/
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #807959

    Hi,

    Best regards,
    Victoria

    #807985

    Hi Victoria,

    Thanks for getting back to me with a possible fix. However, I’ve tried both of the above suggestions, but still looks bad on iPad?
    Have to viewed my site on an iPad to see what I’m seeing?

    In addition, are you able to provide a possible solution to my additional issue above (Main Menu on iPad).

    Kind regards,
    Steve

    #808625

    Hi Steve,

    Could you please use this code, clear the cache on your device and send me the screenshots?

    Best regards,
    Victoria

    #808633

    Hi Victoria, is there new code for me to try..?

    #809920

    Hi,

    Victoria is sending over one of the solutions
    If thta does not work and you really need to change the views, I would suggest to consider hire someone to help you modify the way you want it to look
    It will help you have better results.

    We do hope you understand

    Best regards,
    Basilis

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