• Resolved David

    (@davidvandevoorde)


    Hello,

    I have a Gutenverse Section set as “normal width section” with 800px width.
    This is correct, until the browser reaches a width of 1200px, then the width is changed to 100%. I don’t understand this – is it a mistake?

    In the html, I find this <style> tag, which includes the following.

    @media only screen and (max-width: 780px) {
      .guten-gbD7s2 > .guten-container {
        max-width: 100%;
      }
    }
    @media only screen and (max-width: 425px) {
      .guten-gbD7s2 > .guten-container {
        max-width: 100%;
        flex-wrap: wrap;
      }
      .guten-gbD7s2 > .guten-container > .guten-column {
        width: 100%;
      }
    }
    @media only screen and (max-width: 1200px) {
      .guten-gbD7s2 > .guten-container {
        max-width: 100%;
      }
    }

    Best regards,
    David.

    • This topic was modified 2 years, 5 months ago by David.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jegstudio

    (@jegstudio)

    Hi @davidvandevoorde ,

    We assumed this issue is in the frontend?
    We will investigate this issue and provide the update fix once we found the cause of it.

    Thank you.

    Thread Starter David

    (@davidvandevoorde)

    Yes, this happens inside the browser/real website.
    Note: unlike most CSS, this CSS is inside the html file.

    Good day.

    Plugin Author Jegstudio

    (@jegstudio)

    This issue has been resolved in version 1.1.7.
    We will close this ticket now.

    If you still encounter any issues, please create a new topic.
    We will assist you there.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Section gets max-width 100% at 1200px?’ is closed to new replies.