Horje
Events calendar description dont display on mobile divices - Wordpress Solution
Hello, When using the events calendar "venue" description dont display on mobile divices. I want to display all "date" "vanue" "location" and "buy ticket link" on mobile divices. url to site: http://secondlinejazzband.com/#gigs How can I solve that?

Solution - 1

Did you checked is there any option in wp-admin to enable venue description for mobile devices? Otherwise you have to add custom CSS to show that.


Solution - 2

Hi, Try this css

@media (max-width:481px) {
    .entry-event-list .event-table-cell {
        display: block;
        padding: 0px;
        border-bottom: none;
    }

    span.event-table-cell.event-location {
        min-height: 20px;
        margin-bottom: 0px;
    }
}


Solution - 3

I think this is solved already





Wordpress

Related
How to force/trigger the load of Wordpress native lazy loading images without scrolling (with a js to run 3 seconds after page load)? - Wordpress Solution How to force/trigger the load of Wordpress native lazy loading images without scrolling (with a js to run 3 seconds after page load)? - Wordpress Solution
Need help with a PHP IF statement - Wordpress Solution Need help with a PHP IF statement - Wordpress Solution
There are no options in my dashboard on the left where the pages and p - Wordpress Solution There are no options in my dashboard on the left where the pages and p - Wordpress Solution
Need to auto select authors on import - Wordpress Solution Need to auto select authors on import - Wordpress Solution
Merging post data from post ID on edit screen - Wordpress Solution Merging post data from post ID on edit screen - Wordpress Solution

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16