Hi
What settings do I need to change in a box/Child layout set to “Scroll” to actually make the items scroll? At the moment, when I add more elements, they just shrink to fit the screen. What I am trying to do is only show 3 elements on the page and then allow the user to scroll to see the other elements.
i.e. I am trying to replicate what was asked here but using a manually created block in the CMS:
See attached what is happening to my block at the moment:
Select the child elements (images) and give them a width. In this example, each image has a width of 300px. Now, select the box wrapping the box holding the images. Scroll down to the custom CSS properties section in the Styles tab and add overflow: scroll.
You can create a scroll box with auto-scroll and a loop in Builder, but this would require adding custom code. Here is an example of an auto scroll box (using custom CSS) that may be helpful!
@maddy Hi! I am having a similar issue that my box is just squeezing all the boxes inside of it to fit on the screen rather than hiding some to allow users to scroll. I don’t see the style flex wrap binding applied to mine though - can you help? This is what I’d like the section to look like:
Thanks! I went ahead and wrapped the box containing the guides in another box block. I then added the scroll to the new box block and removed it from the inner box block. The content is scrollable now!