Questions tagged [kube-css]

Kube is a minimalistic Web framework for professional developers and designers.

Kube is a responsive CSS framework that includes a flexible grid system.


Documentation :

5 questions
1
vote
1 answer

Programmatically opening Kube CSS Framework Message Alert

How do I open a message alert from javascript? I have my div defined below: HTML

Added to cart

Javascript: $('#cart-message-success').message('open'); And when I try to open it…
Masinde Muliro
  • 1,175
  • 3
  • 24
  • 38
0
votes
1 answer

Trying to make Kube css framework have more breakpoints

I am using Kube css framework for a site, but I need to add more breakpoints. I need to go from 4 columns to two columns on medium screens, and down to one on small devices (my final goal, and not exactly what the code below would do, but one step…
code-zoop
  • 7,312
  • 8
  • 47
  • 56
0
votes
1 answer

Kube CSS grid not responsive on mobile

I am using the Kube CSS framework and am having troubles with the responsive grid. I have html like this, which was taken from the first example here
Hello world
Jake Runzer
  • 957
  • 3
  • 17
  • 35
0
votes
1 answer

Using a css boilerplate within an uncontrolled environment

I'm thinking about using a CSS boilerplate(kube, or any other) to build my forms. They work great in a sample html file, however if I want to use within an uncontrolled environment (meaning that css is included outside my control), it messes up…
Friso Kluitenberg
  • 1,157
  • 1
  • 14
  • 34
0
votes
1 answer

disable responsive on kube css framework

I am using kube css framework to develop the front end of my site, but I want to disable the responsive feature that this framework is providing by default. I want to do that in few simple lines (css or js). maybe fixing the width of the body and…
Dario Rusignuolo
  • 2,090
  • 6
  • 38
  • 68