• I’m trying to edit the mobile format/content on a site that was outsourced. It’s a custom theme and I only see “mobile” twice in the theme style sheet using editor.

    }
    table.tickets-grid .mobile-only {
    display:none;
    }

    }
    table.tickets-grid .mobile-only {
    display:block;

    Where would I even begin so I can simply change some dates?

The topic ‘Editing Mobile Format’ is closed to new replies.