Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #467685

    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.

    #468118

    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

    #469274

    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.

    #469540

    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

    #469728

    Perfect! Thank you so much!

    #470045

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Certain sections don't scale responsively on Firefox and IE’ is closed to new replies.