You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text-left, text-center, and text-right should have a way to be responsive. Once of the great things about bootstrap is the responsive grid system. May times during coding though, I found I want to center a div when in larger screens, but left or right align it when in xs. Here is css code I believe would do the trick. The below code will allow …
Text align (left, right and justify) in different device using bootstrap 3.
just copy the css to your custom css file. Use the class names which you want to show in your desire screen and check in different devices output.
About
text-left, text-center, and text-right should have a way to be responsive. Once of the great things about bootstrap is the responsive grid system. May times during coding though, I found I want to center a div when in larger screens, but left or right align it when in xs. Here is css code I believe would do the trick. The below code will allow …