Skip to content

Not loading the full width of page #74

@shaneholloman

Description

@shaneholloman

My Example:
http://yoyo.io/css/

I have successfully integrated Pace to Wordpress using the http://roots.io theme
I get the same behaviour as your demo in which the progress from left to right falls short early - about 75-80% width of the page.

Yours is perfect:
http://github.hubspot.com/pace/docs/welcome/

Mine is not:
http://yoyo.io/css/

The css used is your minimal theme:

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions