css - Creating a new twitter-bootstrap responsive column size -


ATM I am using col-lg, col-md, col-sm and col-xs

It happens that the col-xs has been set to 768px width, I think.

How can I create a new tomorrow-XX or something small for example Width 480px?

You can use the following to complete it. I personally link bootstrap cdn to my projects and keep the local version of bootstrap so that I can tap into my mixes for the specific style of my site, where I will keep the following ...

  @ media (max-width: $ screen-xs-min) {@ inclusion-grid (xxs); }    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -