Home › Forums › All Other Themes › Event display on Nightclub theme
- This topic has 5 replies, 2 voices, and was last updated 1 year, 8 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
March 17, 2022 at 6:42 am #191653
Hello, I have purchased the Nightclub theme and it’s currently live on comedyville.ca. Right under the slider, I have the ‘Upcoming This Week’ shows. I wanted to add a fifth event but I wanted it to scroll instead of creating a new row with the 5th event. Is it possible to make the events scroll when the user chooses to scroll?
This is the current short-code: [skt-events-coll limit=’4′ excerptlength=’0′]
When I put the limit to 5 instead of 4, it adds a new row with the 5th event, with the other three columns being empty.
I would appreciate your help with this.
Thanks!
March 17, 2022 at 6:56 pm #191692Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:supp[email protected] Please mention this forum URL while replying so that we understand what needs to be done.
We’ll check and revert back to you.
Regards,
ChrisMarch 17, 2022 at 8:25 pm #191693Thanks Chris, the email has been sent. Thanks!
March 21, 2022 at 6:33 pm #191746Hi,
This is done. Kindly check and confirm.
Regards,
ChrisMarch 22, 2022 at 11:38 pm #191794Hi Chris, now the display is not done properly. Please check on your phone and you’ll see. All the events photos are extremely narrow and small now.
https://paste.pics/GGJHC
https://paste.pics/GGJIPMarch 23, 2022 at 10:36 am #191797Hi,
Kindly use this CSS.
@media screen and (max-width:479px) { .column-event { width: 100%; } } @media screen and (min-width:480px) and (max-width:767px) { .column-event { width: 50%; } } @media screen and (min-width:768px) and (max-width:1024px) { .column-event { width: 20%; } }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.