- This topic has 5 replies, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Event display on Nightclub theme
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!
Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[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,
Chris
Thanks Chris, the email has been sent. Thanks!
Hi,
This is done. Kindly check and confirm.
Regards,
Chris
Hi 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/GGJIP
Hi,
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
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]
Sitecore to WordPress Migration When you want to grow your business, your Sitecore CMS platform can sometimes seem complex and expensive. Then, you need a […]