Skip to content

tabler ui too small on mobile device #1518

Answered by Ebuka636
JobberRT asked this question in Q&A
Discussion options

You must be logged in to vote

To achieve the responsive behavior that Bootstrap provides, you can use Bootstrap's grid system, which consists of rows and columns. The rows represent a horizontal grouping of columns, and the columns represent the actual content. The grid system uses a series of breakpoints to determine how the content should be displayed on different screen sizes.

Here's an example of how you could structure your HTML using Bootstrap's grid system:

html
Copy code

In this example, we've used the container class to create a fixed-width container for our content. Within the container, we've created a row and added three col-sm-6 col-md-4 columns. This means that on small screens (defined a…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JobberRT
Comment options

@Ebuka636
Comment options

@JobberRT
Comment options

Answer selected by JobberRT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants