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