bootstrap

hello folks, is it possible to use bootstrap html/css classes (like columns) ?

Hi edobacon,

Yep! As long as you’re using the Automator theme, you can use bootstrap classes. Are they not working for you?

Justin

i’m using img-circle… and nothing happend

The classname should be applied directly to the img tag. If you’re using the builder’s module settings you’ll need to add this CSS snippet to your site since the module classname doesn’t get applied to the img tag…

.img-circle img {
   border-radius: 50%;
}

Let me know if that helps.

Justin