• Hello,

    As we need to change the size to fullscreen of a narrow 3D models on our page, using the Inspector tool as a temporary troubleshooting technique we identify the changes we have to make for our site.

    The iframe element appears to be inside a paragraph element that has a “max-width: 58rem; style applied,” when we turn this off the Hubs room grows to be the width of the screen:

    <p style=”text-align: center;”>https://hubs.mozilla.com/qxbrRcT/cinemahall?embed_token=a6676414666b7db030fc027e125a358d</p&gt;

    Our question is, how we remove this paragraph in the styles.css page

    max-width: 58rem;
    width: calc(100% – 4rem)

    to clear the max-width restriction on the paragraph it appears with the set aspect ratio on the room?

    We are using the Twenty-TwentyTheme.

    Than you in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove in the styles.css page the max-width restriction’ is closed to new replies.