Align the component

I tried this code to make the component side by side



div[id*='screenScrollView'] > div > :nth-child(7) {
margin-left:50px;
width:150px;
}

div[id*='screenScrollView'] > div > :nth-child(8) {
margin-top:-97px;
margin-left:185px;
width:150px;
}

div[id*='screenScrollView']


After adding the code this was the result

After adding visibility condition the alignment moves up and down

[Images](https://imgur.com/a/8skKGhQ)


How to fix it

Hola @atek

Is this what you want?

1 Like

This what im facing problem https://exclusive-rain-4172.glideapp.io/

Thanks that work for me. :+1:

1 Like