• Hate to bother but I am wondering what tags I would want to edit to increase the column width for the days. Also how do I make the table itself big enough to utilize the entire page width? When I load it up it looks to be offset to the right significantly. Sorry for the rookie questions I am pretty new to the plugin and CSS.

    Thanks,

    Phil

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Hi there. Sorry for the late response. Your questions are definitely related to CSS. Here are the suggestions I can make:

    – Go to the Customize section of WordPress, in the site CSS section, and add the following rules:

    .page-id.2859 .entry-content {
    margin: 0;
    max-width: 940px;
    }

    This will help gets all days in the same place. Now, that being said, making the columns larger will likely make the last day fall down again to display below the others.

    I did get something decent with this, again in the site Customize CSS section:

    .ws-schedule .verticalcolumn1 {
    width: 120px;
    }

    .ws-schedule table.vertical1 {
    width: 118px;
    }

    Let me know if this helps and please consider donating to support this plugin’s development.

Viewing 1 replies (of 1 total)

The topic ‘Width’ is closed to new replies.