• Hello,

    I have been playing about with the Rookie theme and Sportspress and I am trying to show the events page at full width, I have replaced the single_event.php with template-fullwidth.php and renamed it to single_event.php

    Now when viewing the event, the contents from the sidebar have now gone, but there is still the border there and it is only using 66.6% of the page.

    Also when viewing a single event, it highlights the name of page which is set as the ‘Posts Page’ under the Reading Settings, how do I stop this from happening as it keeps showing my News page as the current page when viewing an event

    Thanks

    https://wordpress.org/plugins/sportspress/

Viewing 1 replies (of 1 total)
  • Plugin Author Brian

    (@brianmiyaji)

    @jager616 the full-width template is styled via css. Try adding this to the Custom CSS field under SportsPress > General Settings:

    .single-sp_event .content-area {
    width: 100%;
    border-right: none;
    }

    Regarding menu highlighting, this is default WP behavior and can be overridden using the Current Menu Item for Post Types plugin.

Viewing 1 replies (of 1 total)

The topic ‘Event Page not using full width’ is closed to new replies.