• Resolved grundpup

    (@grundpup)


    On my events page:

    https://www.downtoearthwebworks.com/sandbox/events/

    the page width is a little less wide than the mobile screen on my iphone2 which is 480 pixels.

    Page widths are fine on all other pages. I am fooling around with a tribe-events.css in a tribe-events folder in my child theme but so far no go. This is what my style sheet looks like ~

    (The first style is a test, to change the color, and it didn’t do that either. I had an @import – do we need those? Didn’t work with my @import …) Thanks!

    ‘/* Change color on ‘Upcoming Events’ */
    #tribe-events-page-title {
    color: #C00;
    }

    /* Ensure page is right size for mobile */
    @media only screen and (max-width: 480px) {

    #tribe-events-pg-template {
    margin: 0 auto;
    width: 482px;
    }
    }’

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Calendar page not showing full width on mobile’ is closed to new replies.