Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Tutorials
Tutorials
  • Use Cases
    • Get Started
    • Hello World
    • Create a website
    • Creating a responsive design
    • Dynamic Navigation
  • Components
    • Customize overlay width
    • Form
    • Wrapper Route
    • Wrapper Content
Powered by GitBook
On this page

Was this helpful?

  1. Components

Customize overlay width

  • In the Chrome Developer Tools' element inspector, obtain the element's ID.

  • In the SEO section of the Uncodie app project, apply the following CSS rule and replace %id% with the ID of the element obtained in the previous step.

div:has(> div#%id%) { /* Apply desired CSS properties here */ }

PreviousDynamic NavigationNextForm

Last updated 1 year ago

Was this helpful?