Any way to make the scroll vertical? We are asking people to sponsor our initiatives. Would love to have the text and the list of sponsors side-by-side. Thanks so much.
Hi there, @Jo_R
Please try to use this code in the Custom CSS field on the Style tab of your widget’s settings and let me know if you like the result
.rfm-marquee-container {
--transform: rotate(90deg) !important;
}
.rfm-marquee {
--duration: 240s !important;
}
.eapp-logo-showcase-logo-component {
transform: rotate(-90deg);
}
.rfm-marquee-container,
.eapp-logo-showcase-logo-showcase-content {
aspect-ratio: 1;
}
@media (max-width: 500px) {
.rfm-marquee {
--duration: 120s !important;
}
}
Can you plesse provide a visual example in the thread?
Hi - does the ticker run all the way up the side of the site ongoing as you scroll (which would be nice), or just in one section (which would be odd).
Elisabeth
Hi @user13985, Elisabeth welcome to community
If I understand you correctly, you’re changing the vertical padding setting. At 0 pixels, the ticker runs across the entire page.
Thanks, Max. Works pretty well. How do I reduce the space between logos? Thx.
Ok thanks!
Thanks. I should have been more specific. When I convert my ticker to a vertical orientation., the space between the logos increases and even if I bring down the said value to zero, they remain apart. Thanks.
Hi @Jo_R
I also tested it vertically and aligned in the ticker layout. Is there any other more detailed information that explains this?
Did you take spacing on mobile into settings?
Yes, you can absolutely make the scroll vertical! A vertical ticker alongside your sponsor text is a great idea. Just set the scrolling container’s direction to column and use vertical animation.
Hi there, @Jo_R
The thing is that the Logo Size option sets container height of all logos to 300px, regardless of the actual logo size:
This is why there is a different spacing between the logos, with the smaller and greater height:
If you want to set a flexible height to the logos instead of the fixed, please let me know. Our devs will try to find a solution for you
That’d be fabulous. For corporate sponsors, I expect the logos to be of different heights at least some of the time.
Much appreciated.
Got it!
I’ve passed your request on to the devs and will let you know once I hear back from them
Hi there, @Jo_R
Thank you for waiting!
Our devs checked things and, unfortunately, there is no way to set a flexible height for logos. I am really sorry!
However, I agree that it would be great to have a built-in Vertical Ticker layout, where the height will be aligned. I’ve added this idea to the Wishlist on your behalf - Vertical Ticker
Thanks for the feedback