Section gets max-width 100% at 1200px?
-
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.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Section gets max-width 100% at 1200px?’ is closed to new replies.