If you're experiencing an issue with the flip card animation in Webflow where the hidden side of the card is sticking out of the container when you change the number of columns, here are a few steps you can take to fix it:
1. Check the container size: Make sure that the container holding the flip cards has enough width to accommodate the additional columns. If it doesn't, you'll need to increase the container size or adjust the column width accordingly.
2. Adjust the card width: Each flip card should have its own width specified. If you changed the number of columns, you'll likely need to adjust the width of each card to fit within the updated container size. For example, if you originally had three columns with each card occupying 33.33% width, you'll need to adjust it to 16.66% width for six columns.
3. Set the container's position to relative: In some cases, the issue could occur due to the container not having a relative positioning. Select the container element holding the flip cards and check the positioning in the Style panel. If it's set to absolute, change it to relative. This will ensure that the flip cards stay within their parent container and don't overflow.
4. Add overflow: hidden; to the container: If adjusting the width and positioning doesn't solve the issue, you can try adding the CSS property "overflow: hidden;" to the container. This will prevent any content from overflowing and sticking out of the container, ensuring that the flip cards stay within their assigned space.
5. Adjust the flip card interaction: If the issue persists, you may need to modify the flip card animation interaction. Double-check that the interaction is correctly set up to flip the cards only within their designated areas and not beyond the container bounds. You can review the interaction triggers, animations, and transitions to ensure they align with the updated layout of your flip cards.
Remember to preview and test your changes after implementing each step to verify that the issue is resolved. If the problem persists, consider sharing your read-only link or providing more specific details so that we can offer further assistance.