Home › Forums › All Other Themes › Underwater Pro (Events section)
- This topic has 9 replies, 2 voices, and was last updated 2 years ago by
Sonnal S Sinha.
-
AuthorPosts
-
November 17, 2021 at 1:16 pm #186466
Good Day.
I am not sure what I have done, but have broken my CSS for events section on homepage, it was looking like the demo with the circles etc. please help me get it back
look at my home page: https://titans-aquatics.co.za/ under “Galas and upcoming events”
November 17, 2021 at 6:00 pm #186491Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.column-event { width: 60%; min-height: 128px; margin-left: auto; margin-right: auto; }
Regards,
DaveNovember 17, 2021 at 7:13 pm #186498Thank you, and how would I display the post icon again?
November 17, 2021 at 7:27 pm #186499sorry, I have found my error. it is working now
November 17, 2021 at 7:37 pm #186501is there a way to order the events to display with the earliest event date to be at the top?
November 18, 2021 at 7:10 pm #186581Hi,
Kindly go to >> underwater-pro/sktframe/core-functions.php
Line no. 2385
ORDER BY metastart.meta_value DESC LIMIT $limit
replace by
ORDER BY metastart.post_id DESC LIMIT $limit
Regards,
DaveNovember 20, 2021 at 1:06 am #186637Dave, please can you have a look my events section on homepage does not display nicely on a mobile screen
November 22, 2021 at 10:52 am #186668Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .column-event { width:100% !important;} }
Regards,
DaveNovember 24, 2021 at 3:00 pm #186850Thank you
November 24, 2021 at 6:08 pm #186861Hi,
If you found our service good kindly review us here: https://www.sitejabber.com/reviews/sktthemes.org
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.