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!
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
Wonderful. Thank you again and again for the great support and troubleshooting!