-
blarney27
Hello. For logo patterns in the Patter Library, how do I get the logo’s to automatically scroll horizontally? Also, if I don’t do that, how do I set it up so that the logo’s in the pattern disappear rather than stack when the screen gets smaller…thanks!
-
Hi there,
how do I get the logo’s to automatically scroll horizontally?
It requires JS.
how do I set it up so that the logo’s in the pattern disappear rather than stack when the screen gets smaller…thanks!
May I know which pattern it is?
-
blarney27
I’m actuall using the one in the SimpliCloud theme on the home page.
-
1. Select the container, set
flex-wrap
tonowrap
,overflow-x
tohidden
.2. Select the child containers, set
flex-shrink
to0
. -
blarney27
Thank you. Where do I find overflow-x?
-
It’s in the Position panel. You can also use the search field in the styles panel.
https://app.screencast.com/9Wvr88sdg47qB -
blarney27
Thank you!
-
You are welcome 🙂
- You must be logged in to reply to this topic.