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

Footer copyright info not centered on small screens #34

Closed
johanlantz opened this issue Feb 7, 2019 · 3 comments
Closed

Footer copyright info not centered on small screens #34

johanlantz opened this issue Feb 7, 2019 · 3 comments

Comments

@johanlantz
Copy link

This is a minor, just mentioning it here since I do not know all the places where text-sm-center.

The css:

@media (min-width: 576px)
.text-sm-center {
text-align: center!important;
}

Does not center the copyright text on screens smaller than 576px, I think the intention is that it should be centered?

Reproduce by simply making the screen smaller than 576px and see that the copyright info etc is moved from the center to the left.

@SharakPL
Copy link

SharakPL commented Feb 8, 2019

I recommend reading something about media breakpoints and how their pointers (xs, sm, md, lg, xl) are used throughout bootstrap 4. Here's about text alignment.

Change class from text-sm-center to text-center in related .tpl file to have it always centered.

@johanlantz
Copy link
Author

Thanks for taking the time to comment, I just put the issue here so the main developer can choose if he wants to fix it the way he prefers.

@prestarocket
Copy link
Collaborator

i will fix in the next release

prestarocket pushed a commit that referenced this issue Apr 19, 2019
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

3 participants