Build responsive, mobile-first projects on the web with light weight and easy Front End Framework.
Hey,
Thanks for reporting a bug in Modal,
I really appreciate it.
Bug Has been fixed.
https://getbuttercake.com/docs/modals/
Cheers!!
@_manishshahi__twitter
Img-fluid not working
Sorry for late reply,
Actually you can set a max-width to the brand image (img tag)
for example,
<img src="logo.png" style="max-width: 150px">
Something like this,
You can have that style in a stylesheet, I just kept it inline to show you.
Hope you got it?
Cheers!!
@media (min-width: 100px) and (max-width: 590px){
.hidden-xs{
display:none !important;
}
}@media (min-width: 591px) and (max-width: 789px){
.hidden-sm{
display:none !important;
}
}
Yeah off course Coming up in next update!!
Thank you!!