Title: Event layout issues
Last modified: September 26, 2018

---

# Event layout issues

 *  Resolved [adsleeder](https://wordpress.org/support/users/adsleeder/)
 * (@adsleeder)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/)
 * How do I get the text of the team names to fit in the area with the logos?
 * I’d also like to know how I can align the text in the events in the side bar 
   all on one line! Would the sidebar need widening or is it a case of sorting the
   text size?
 * Any help appreciated.
 * Thanks 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fevent-layout-issues%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [henrik3901](https://wordpress.org/support/users/henrik3901/)
 * (@henrik3901)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/#post-10733203)
 * Hi,
    I had the same problem and solved it to give each team a short name, but
   now the short name is use in most cases (eg league tabel).
 * maybe there is an other solution!
 * Thanks
    Henrik
    -  This reply was modified 7 years, 7 months ago by [henrik3901](https://wordpress.org/support/users/henrik3901/).
 *  Plugin Contributor [Savvas](https://wordpress.org/support/users/savvasha/)
 * (@savvasha)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/#post-10735239)
 * Hi @adsleader,
 * Please add the following CSS Code to `SportsPress->Settings->General->Custom 
   CSS`:
 *     ```
       @media screen and (min-width: 601px)
       .sp-template-event-logos-block .team-logo {
           width: 40%;
       }
       .sp-data-table tbody a {
           font-size: small;
       }
       ```
   
 * Thanks,
    Savvas
 *  [henrik3901](https://wordpress.org/support/users/henrik3901/)
 * (@henrik3901)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/#post-10749179)
 * Hi,
 * in my case it doesn’t changed anything. I tried different % values:
    [https://www.hockeyliga.live/event/2254](https://www.hockeyliga.live/event/2254)
 * Thanks
    Henrik
 *  [henrik3901](https://wordpress.org/support/users/henrik3901/)
 * (@henrik3901)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/#post-10758156)
 * I Found the solution. Your code was wrong, use this:
 * body .sp-template-event-logos-block .team-logo {
    width: 40%; } .sp-data-table
   tbody a { font-size: small; }
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/#post-10759283)
 * I’m glad it’s resolved!
 * Please, let us know if you need anything else.
 * Kind Regards,
    -Roch

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Event layout issues’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/event-layout-issues/#post-10759283)
 * Status: resolved