Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.