Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css page causing overlap #224

Open
funcoder opened this issue Apr 17, 2015 · 1 comment
Open

css page causing overlap #224

funcoder opened this issue Apr 17, 2015 · 1 comment

Comments

@funcoder
Copy link

The position is set to absolute which causes overlap.

When I changed it to the following then all was fine:

.page {
  position: relative;
  top: 0px;
  width: 100%;
}
@ghost
Copy link

ghost commented Apr 19, 2015

Hi, I've been running into this once. But it seems that I was used .main instead of #main since CSS that target this is using #main.
Make sure the main div is using id="main" and it should be fine. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant