Top "Bulma" questions

Bulma is a free, open source CSS framework based on Flexbox and used by more than 200,000 developers.

How can I make a bulma table responsive?

I am using the Bulma CSS framework and specifically I am trying to make the table in it responsive. I …

css html-table responsive bulma
Horizontally centering items in Columns in Bulma Framework

I would like to center my content horizontally inside of the columns of Bulma. Here's an example: http://prntscr.com/…

javascript html css sass bulma
Bulma dropdown not working

Bulma dropdown doesn't seem to toggle on click. Below is the code snippet from the documentation:https://bulma.io/documentation/…

javascript css bulma
Bulma: Change stack order of columns

How can I change the stack order of columns on mobile or tablet? For example, the code below shows elements …

css bulma
Make column fill vertical space in Bulma?

I have the following simple layout (with the exception that the textarea becomes a Code Mirror at runtime): <div …

html css bulma
Center elements vertically in Bulma

I just started setting up my blog prototype with Bulma. There is a footer section with two equally divided columns. …

css bulma
How to center a section with bulma

I am using bulma framework , and all the content is to the left, how would I center the content on …

html css bulma
How to switch through tabs in bulma

I' trying to implement a nav tab panel to switch through tabs. I went through Bulma documentation but couldn't find …

html bulma
Angular 4 *ngFor adding a row div every third column

I am using Angular 4 with the bulma css framework and I am wondering how I can add a new row (…

angular ngfor bulma
Bulma icon not showing up?

I am trying to use bulma icons following the docs here, but the icon doesn't show up: Also see the …

html css bulma