Julien Melissas

Julien Melissas


This is my blog.


I can’t promise anything, but I hope to write in here about Code, Music, Food, Cars, Life, and other stuff. Enjoy!

Navigation
TagBootstrap
Featured

Code

Animated “x” icon for the Bootstrap navbar-toggle

Posted on March 3rd, 2015.

There are lots of posts online about that trendy (and awesome) transition from the hamburger icon (when the menu is collapsed) to that “x” (when the mobile menu has been expanded). I'm going to show you how to do it in Bootstrap.

Featured

Code

Simple Bootstrap Shortcodes Plugin

Posted on November 22nd, 2014.

For any of you Roots developers out there, or really anyone who has a WordPress theme that uses Bootstrap 3, this little plugin that I created might be helpful.

Featured

Code

No Gutter Column Trick for Bootstrap

Posted on August 7th, 2014.

Recently I had a need to have a default grid in Bootstrap, but also on the homepage I needed to have 4 boxes that butted right up against each other. I came up with a handy .no-gutters class, which has some pretty basic CSS, that you apply to your .row tag holding your columns. Regular Bootstrap version below (with kittens!): No gutters:...