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

    (@themeboy)

    We’ve been in touch via email, but I’ll post the answer here for others looking for a solution:

    There is a line in the Gameday theme stylesheet that makes “h4.widget-header” float left, which is pushing widget content out of the visible box. There are 2 ways to solve this.

    1. Add the following to the Custom CSS field in SportsPress > Settings:

    .widget-container h4.widget-header { float: none; }

    2. Find “h4.widget-header” in the Gameday stylesheet and comment out “float: left;” like this:
    h4.widget-header {
    color: #fff;
    /* float: left; */
    font: 700 18px/18px ‘Open Sans Condensed’, sans-serif;
    margin: -10px 0 10px -10px;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 #000;
    text-transform: uppercase;
    width: 280px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Table not showing when header is populated’ is closed to new replies.