Tiko Posted March 18 Share Posted March 18 Hello everyone, I'd like to show my past and upcoming shows in one list in Bandsintown on my squarespace website. The only way i found was to choose a specific time range in the settings of the bandsintown block. But now i need to change the order of the shows so that the queue goes from the bottom to the top instead of the top down. Is there any code for that? Thank you! Eventually, if there is a way to make a button that switches to another list with past events, that would be a solution too. https://flower-ferret-x494.squarespace.com/ Link to comment
Solution tuanphan Posted March 19 Solution Share Posted March 19 Try this to Website Tools > Custom CSS div#block-yui_3_17_2_1_1710810157055_27746 .sqs-tourdates-bandsintown-list-content>.sqs-tourdates { display: flex; flex-direction: column-reverse; } Tiko 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
zusatzfruehstueck Posted July 26 Share Posted July 26 Is this solution universal? I am trying to do the same thing and simply adding the code doesn't dp anything. Link to comment
tuanphan Posted July 27 Share Posted July 27 16 hours ago, zusatzfruehstueck said: Is this solution universal? I am trying to do the same thing and simply adding the code doesn't dp anything. Use this new code .sqs-tourdates-bandsintown-list-content>.sqs-tourdates { display: flex; flex-direction: column-reverse; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
zusatzfruehstueck Posted August 14 Share Posted August 14 thanks a lot for your help. However, by adding the code it also changes the event order of upcoming shows, and I only wanted the reverse order in past shows. But also I am now fine not having Past Shows listed on the website, so it has not so high priority for me now. Thanks anyway. Link to comment
tuanphan Posted August 15 Share Posted August 15 You can share site url, we can check your case easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment