AI Components padding help

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!

1 Like

Have you tried changing the width through prompting?

1 Like

I have, but does not seem to change no matter what i doi, and i don’t have access


to the class best i can find.

1 Like

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.

1 Like

Sometimes I ask the AI to use negative margins or padding and that usually works.

2 Likes