• Resolved juliejones73

    (@juliejones73)


    I love Sportspress, it is perfect for the minor league baseball team I am working with. However, when I try to display the schedule as a calendar, instead of a list, the calendar is very small, unstyled and basically looks bad.

    I need to have it in calendar format so that it is user friendly, but really dont want to import all the events in The Events Calendar.

    Can you help me get this calendar to display full page and styled like the theme?

    When using the shortcode, it currently displays like this:

    https://tomsox.org/calendar-test/

    https://www.ads-software.com/plugins/sportspress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Roch

    (@rochesterj)

    Hi!

    I’m glad that you are enjoying SportsPress!

    Regarding the calendar, changing its style requires a bit of CSS knowledge and each part of it has a different CSS rule so it’s hard for us to style it completely for you. But here is a start to make it bigger. Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    #wp-calendar td, #wp-calendar th {
        font-size: 40px;
    }

    Kind Regards,
    -Roch

    Since we haven’t heard back from you, I’ll set this one as resolved.

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calendar displays too small and not styled’ is closed to new replies.