Tagged: Firefox, ie, responsive
For some reason, the first two sections on this page will not scale down or break into the responsive layout in Firefox & IE, instead the image and content just get pushed outside the window. It’s working fine in Chrome & Safari.
Hi unclemurray!
Thank you for using Enfold.
Please try to add this to the Quick CSS field:
@media only screen and (max-width: 989px) {
.avia-section.av-minimum-height .container, .avia-section.av-minimum-height .container .content {
display: block;
}}
Remove browser cache then reload the page.
Best regards,
Ismael
Hello Ismael,
While your fix has resolved the issue for IE and Firefox, it has now broken all of the responsive pages for Chrome, Safari and Opera. Sections are floating into each other at the breakpoint.
Hey!
Alright. Please try to replace the code with this:
@media only screen and (max-width: 989px) {
.avia-mozilla .avia-section.av-minimum-height .container, .avia-mozilla .avia-section.av-minimum-height .container .content, .avia-msie .avia-section.av-minimum-height .container, .avia-msie .avia-section.av-minimum-height .container .content {
display: block;
}}
Best regards,
Ismael
Perfect! Thank you so much!