Home › Forums › All Other Themes › SKT Event icons not displaying properly
- This topic has 8 replies, 2 voices, and was last updated 2 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 29, 2022 at 9:24 pm #200162
Hello, I am using the nightclub theme for the website of comedyville.ca. There is a little problem with the event icons on the Home page and the Events page on mobile view. The photos that are used show properly on Home Page at https://www.comedyville.ca/ but they are cut off at the bottom on the Upcoming Shows page at https://www.comedyville.ca/upcoming-shows/.
You can view the screenshot here,
https://pasteboard.co/S8nX7kfSzOkv.png
The issue is not visible when viewing the Responsive Mode on Elementor. Also, the issue does not happen when checking on desktop.
Let me know if you need more info.
Thanks!
August 30, 2022 at 12:08 pm #200178Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) { .column-event .event-image { height:auto;} .column-event .event-image img { vertical-align:top;} }
Regards,
DaveAugust 30, 2022 at 8:10 pm #200195Hello Dave, I have put the following in Custom CSS and still see the icons cut off from the bottom on the events page. The problem is online on mobile and not desktop.
Regards
September 1, 2022 at 10:32 am #200225Hi,
Remove ????
@media screen and (max-width:479px) { .column-event .event-image { height:auto;} .column-event .event-image img { vertical-align:top;} }
Replace ????
@media screen and (max-width:479px) { .column-event .event-image { height:auto !important;} .column-event .event-image img { vertical-align:top !important;} }
Regards,
DaveSeptember 7, 2022 at 1:50 am #200321Hi Dave, I still see the same way on a mobile phone for the events page. I did replace the code.
I used this code:
#fixing-icons-on-events-page
@media screen and (max-width:479px) {
.column-event .event-image { height:auto;}
.column-event .event-image img { vertical-align:top;}
}Regards
September 7, 2022 at 1:52 am #200322Sorry, I used this:
#fixing-icons-on-events-page
@media screen and (max-width:479px) {
.column-event .event-image { height:auto !important;}
.column-event .event-image img { vertical-align:top !important;}
}September 7, 2022 at 10:45 am #200324Hi,
This is done.
Regards,
DaveSeptember 8, 2022 at 6:24 pm #200410Thanks, Dave, it’s working now. I appreciate the support.
September 8, 2022 at 6:26 pm #200411Welcome 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.