-
Issue Description:
I have two rows of logos on my home page, is there a way to make the top row go right and the bottom row go left? -
Link to the page with the widget in question:
Hi there @Luis_Romero
I’ve checked your widget and see that it has only 1 row now. Do you want to change the direction just for this row?
Hello Max,
Thanks for getting back to me. On the website/home page, we have two rows, the second row is a duplicate of the first row. I was wondering if I could change the direction of the second row but I might need to create a separate widget, what are your thoughts?
Hi @Luis_Romero
Yeah, for this case you’ll need to create a separate widget. I’ve forwarded your requests to the devs and will get back to you with the solution tomorrow
Hi @Luis_Romero
This code should help:
.rfm-marquee {
animation-direction: reverse;
}
Just add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped
By the way, if you’d like to see this option in the setting, please vote on this idea on the Wishlist - Reverse Flow
It worked. Thank you Max!
It’s my pleasure