i have been able to get most containers to go full width any one have any experience making the custom ai component full width? I cant find any of the selectors, i just get the container and cant drill down.
Thanks!
i have been able to get most containers to go full width any one have any experience making the custom ai component full width? I cant find any of the selectors, i just get the container and cant drill down.
Thanks!
Have you tried changing the width through prompting?
Last resort is either keep trying CSS, or inspect the code, copy the code to a LLM (Gemini/Claude/ChatGPT) and tell it to answer you where to adjust the width.
Copy the code back to the prompt section and enter to see if it helps. Sometimes these components need a guide straight to the right class name for them to change.
Sometimes I ask the AI to use negative margins or padding and that usually works.