Trouble with tabs

Hello,

I have a tab module that displays an inline image both on click and with an automatic timer. When I rescale the browser the image doesn’t show in the same line as the tab, I used % to align the tab with the image but maybe it’s not the correct way to do it. Can someone help figure it out?

Thank you!


Here is my site Read-Only: Webflow - Design Graduate

Hi @isadc

The easiest fix will be to add another DIV inside each Tab Pane, and use it as a container for all the content. Now you can give this DIV a property of display:flex and center all the content perfectly.

Hello Aviv,

Thank you for your quick reply! I’m trying what you suggest, I think is working out, still a bit of disalignment but way better.

Thank you again.