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

Layout / border-box #28

Open
ludoo0d0a opened this issue Sep 27, 2016 · 0 comments
Open

Layout / border-box #28

ludoo0d0a opened this issue Sep 27, 2016 · 0 comments

Comments

@ludoo0d0a
Copy link

since a few days (may be last updates), 2 columns (2/3 1/3) cannot fit on the same row, and in photo gallery, names under photo are too long too.

If I add this, the layout is fixed (but I don't know what happend since last version, and why ) :

.content-area, 
.widget-area,
.gallery .gallery-item *{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
}
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