Questions tagged [bulma]

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

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

Features

  • 100% responsive designed to be mobile first

  • Modular only requiring developers to import only the what's needed

  • Modern built with Flexbox

  • Full customization by setting SASS variables before importing

  • No JavaScript required - CSS only integrating into any JS enviroment

  • Free with a large open source community. Available on GitHub

Resources

Bulma-Start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.

The documentation has everything you need to create a website with Bulma.

939 questions
-1
votes
2 answers

CSS !important and inline style being overwritten

I am using Bulma to create a website and I have been having a weird issue with the Tabs component when being used in a Hero component. Tabs has a margin-bottom of 1.5rem by default. However, this is not something that I desire and I want to remove…
Prejith P
  • 195
  • 3
  • 12
-1
votes
1 answer

My getElementId is null (javascript native)

I have a silly problem I think, but I've tried several answers found on the net and nothing works so far. I'd just like to have an id=modal Here's the code:
mathiasF
  • 267
  • 1
  • 4
  • 14
-1
votes
1 answer

Which Syntax highlighting plugin is used by bulma css framework?

can someone tell me what is the code highlighter plugin that bulma.io used ? I already checked all sources and scripts and I can't figure out the plugin's name. here is a screenshot:
YouneL
  • 8,152
  • 2
  • 28
  • 50
-1
votes
1 answer

Bulma CSS - 'nav-toggle' not working

When clicking on the navbar menu in mobile responsive mode, the menu will sometimes refrain from opening. It was working quite well in localhost but I noticed that when deployed to a server, the menu would not open. Also noticed a difference in…
heyitsalec
  • 192
  • 4
  • 19
-1
votes
1 answer

Bulma Q: input.is-expanded doesn't work inside of nav or level

Admittedly I don't have a ton of experience with flexbox. My understanding is that 'is-expanded' would let the input fill whatever empty space there is. However inside of nav / level it doesn't seem to work. Here's a working example: enter link…
Laffer
  • 1
-2
votes
1 answer

Why does a large border-radius value cause chrome to hide the image?

I have a 128px image with a border-radius to make it appear rounded (I'm actually using the .is-rounded class from Bulma to do this). This is the resulting CSS on the image: .image img.is-rounded { border-radius: 9999px; } This works in Firefox…
Dominick
  • 448
  • 5
  • 18
-2
votes
1 answer

How do we use css to create colour splits between sections Bulma

How do I create that double colour in a section?
White Upper Section
Mid Section with the black box
Purple Lower section
-2
votes
1 answer

Bulma level item height is too small

How could i make sure my

and

are displayed underneath of eachother because right now they are being displayed next to eachother
Noah Bergh
  • 493
  • 4
  • 14
-2
votes
2 answers

how to make the size of loader big without CSS

Loader image I want to to increase the size of the loader without added anything in CSS!
Sanjana k
  • 33
  • 1
  • 7
-2
votes
1 answer

How can I make 2 centered divs with left aligned text?

I'm using Bulma + SCSS, and I'm trying to make 2 centered columns (like mx-auto) with a bit of padding in between (p-3, for example). How can I do this? (sorry for not having any code to show) Example
-2
votes
1 answer

Alignment of elements and responsiveness

Hello Bulma!
-2
votes
1 answer

Make bulma columns occupy complete vertical space

I am using Bulma columns & have divided my columns to column is-2 and column is-10. I am using column is-2 to show a vertical navigation bar using Bulma Menu component. After adding background-colour to my menu, I saw that my component doesn't…
user10995526
-2
votes
1 answer

Why do i get a SQL error only when page reloads?

When I first open the page everything looks good. The lakes dropdown will auto fill the docks dropdown. Like so. But if for some reason , I hit submit button with out all the info filled out, it will give me a error and lakes no longer autofills…
user41758
  • 309
  • 1
  • 2
  • 8
-2
votes
1 answer

Can we use Bulma CSS for Android apps?

Can we use Bulma CSS for Android apps? I mean like we use in web apps can we also use CSS frameworks like Bulma for Android apps?
-2
votes
1 answer

Remove scrollbar from iframe in bulma

I am building a website which contains an iframe and it is being being styled using bulma. Is there anyway to remove the greyed out scroll bar on the side of the iframe. I have set overflow:hidden but it did not fix the problem. The iframe with the…
jc1850
  • 1,101
  • 7
  • 16
1 2 3
62
63