I am looking to display a sample app screen inline with a form on my website.
I have attempted to use the following code in the slider's CSS:
display: inline-block;
overflow: hidden;
white-space: no-wrap;
Unfortunately, this has not been successful.
The website is built using Bootstrap 4.0 and can be accessed at the following link:
Here is a screenshot of the desired layout:
https://i.sstatic.net/p1ALH.jpg
Any assistance is greatly appreciated. Thank you!