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

    Hello there,

    I was wondering if someone could help out with the display of the image with hotspots on iPad. The content to the left of the image doesn’t show underneath the image like it does on iPhone. Any help on how to make this responsive would be appreciated!

    iPad view

    iPhone

    #860160

    Hey kjwaggz,

    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: 990px) {
      #top .no_margin.av_one_third {
        width: 100%;
    }
    #top .no_margin.av_two_third {
        width: 100%;
    }
    .av-layout-grid-container {
        width: auto;
    }
    .flex_cell {
        display: block;
    }
    
    #after_section_1 .content {
      padding: 0px;
    }
    #av_section_2 {
      padding-top: 110px;
    }
    }
    

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

    #860175

    Wonderful. Thank you again and again for the great support and troubleshooting!

    #860455

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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