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 */ }
Last updated
Was this helpful?
