'Inspect element' to the rescue

While the promise of no-code AI builders is that you really do not need to be technical is true - there are benefits to having SOME technical know-how. For example, I am building an app that had a huge white space on the right side, which I wanted to eliminate. I tried many prompts but was unable to get the prompt to fix it (although it said it did, it never showed in the actual app). So I resorted to good old 'Inspect element' option in the Google Chrome. I found the 'div element' that I was having an issue with, right-clicked on it, copied the element and pasted it into ChatGPT to ask it how I can remove the white space and to give me a prompt that will help Bolt remove it. Voila! It worked.