Make your Lateral/Sliding Modal appear on the left side of the screen

Demo here: https://test-play.softr.app/ click “open slide modal”

Code to be inserted in the header (custom code) of the page settings

<style>
.css-1t45c1t {
  left: 0;
  border-right: 1px solid #000000;
}
</style>

You may notice I added in the code a black slim right border to the modal (if you use it, make it always 1px, 2px maximum, otherwise the result may be ugly)

2 Likes

Thanks @matthieu_chateau :star_struck:

Hi Matthieu! How do you have the softr settings configured for this? I was initially thinking it was set up so that when you click a list item it should have action on click setting “open page ____ in side modal” but that didn’t really work… Am I missing something? :sweat_smile: