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

Post Layout Template #4

Closed
oscarmcm opened this issue Jul 18, 2015 · 3 comments
Closed

Post Layout Template #4

oscarmcm opened this issue Jul 18, 2015 · 3 comments
Assignees
Labels

Comments

@oscarmcm
Copy link
Member

If you see the new layout for the post... the main divider don't use the 100% of the page image

this is caused because the class

.page-content {
max-width: 1200px;
margin: 0 auto;
}

have a max-width, if you remove this, then the main dividir use the 100% of the layout, but be careful, if you remove this, the post list will change his layout.

@AdrienLemaire
Copy link

I have some doubts about the layout, the about page doesn't look good at all to me:

about

For example, shouldn't the footer minimum stick at the bottom of the page ? Here the bottom half of the page is white.

Also in

post_ribbon

This "ribbon" is taking two third of the post. It doesn't look anymore like a ribbon, but more like a container color, container overflowed by the post.

Not sure about the good fixes to do, I need to study a bit about material design.

@oscarmcm
Copy link
Member Author

@Fandekasp I think that its a problem with our layout, im workon on it 😄 thanks 👍

@oscarmcm
Copy link
Member Author

Fixed

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

No branches or pull requests

3 participants