how to align it to the center with same size with col-md-3 ?
tanmoy biswas () - 7 years ago - Reply 0
This is art! Well done on a truly amazing job. I've just integrated it into Laravel using the $loop iterator variable to find tune the style, and it's working just great! Thank you!
eugenevdm () - 8 years ago - Reply 0
Thank you! I implement the snippet (with minor customization) on https://tenanitfy.com. I would not be able to figure out the "Most Popular" triangle wrapper by myself.
tenantify () - 11 years ago - Reply 0
Hi
Seems part of the stylesheet is missing, Panel-primary, panel-info, button styles etc, Where cn I find it?
Dee () - 11 years ago - Reply 0
that part of CSS is coming from Bootstrap 3.0 CSS file
Please go to getbootstrap.com to get the CSS for it
maxsurguy () - 11 years ago - Reply 0
The "Most Popular" overlay doesn't seem to show in any browser. What am I missing?
Ajit Randhawa () - 11 years ago - Reply 0
thanks ash
but i dont want to expand the size of the box, should have spaces on both sides.
Ameenullah () - 11 years ago - Reply 0
Then use Bootstrap's offset Feature. See: http://getbootstrap.com/css...
theiNaD () - 11 years ago - Reply 0
Using the offset and changing the 'col-md-3' divs to 'col-md-4' is the way to go. Wrap the 'col-md-4' divs in a 'col-md-10 col-md-offset-1' this will center the 3 panels and keep the size the same.
Jon Ryan () - 11 years ago - Reply 0
Mhhh, I don't like the mouse-over effect, but otherwise, great work!
Alex () - 11 years ago - Reply 0
If you don't want mouse-over effect, you can delete
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
this line from css.
ceram1 () - 11 years ago - Reply 0
Could you make a screenshot and upload it to http://filegr.am ?
maxsurguy () - 11 years ago - Reply 0