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

Theme Issue (different width of containers) #3314

Closed
bumrufus opened this issue Sep 26, 2018 · 1 comment
Closed

Theme Issue (different width of containers) #3314

bumrufus opened this issue Sep 26, 2018 · 1 comment

Comments

@bumrufus
Copy link

bumrufus commented Sep 26, 2018

I think since v. 1.3.3 the theme has changed a bit.
Humhub has added padding inside some containers to save some space, but then the containers of each section are different. like dashboard and sapce view or custom pages container and calendar. On mobile view u can see that on space view every container box has a different width, like the image headerbox the shoutbox and the postbox. I've added some Screenshots, i think thats the best to see the issue
Here is your css code whats creating this issue
.layout-content-container {
padding: 0 10px;
}
.layout-nav-container {
padding: 0 10px 0 15px;
}
.layout-sidebar-container {
padding: 0 15px 0 10px;
}

this one is not causing an issue but i think u have added it that the padding is the same
.panel {
margin-bottom: 15px;
}

Q A
HumHub version 1.3.4
PHP version 5.3.6
Operating system centos 7

1
2
3
4
5
6

55fd8f1a-b99a-4bbf-9ca4-7153387dd294

@bumrufus
Copy link
Author

bumrufus commented Sep 26, 2018

with this css code it should work:

.layout-sidebar-container {padding-left: 5px;}
@media (min-width:992px){.layout-nav-container {padding-right: 5px;}}

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

No branches or pull requests

2 participants