Ask Your Question
3

Why are the columns in Blazorise Grid not adjacent?

asked 2022-12-29 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-03-02 01:00:00 +0000

djk gravatar image

There could be a few reasons why the columns in Blazorise Grid are not adjacent:

  1. Incorrect Class Names: Make sure that you have used the correct class names for the columns. This includes using the "col" class for each column and specifying the correct width for each column.

  2. Missing Container: You need to put the columns inside a container using the "container" class. This ensures that the columns will be properly aligned.

  3. Padding and Margin: There may be padding or margin applied to the columns or the container that is causing them to not look adjacent. Check your CSS to see if any padding or margin is being applied.

  4. Responsive Layout: If you are using a responsive layout, the columns may not appear adjacent on smaller screens. This is because the columns are automatically stacked on top of each other to fit the screen size.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-12-29 11:00:00 +0000

Seen: 11 times

Last updated: Mar 02 '23