GavickPro / Meet-Gavern

Meet Gavern Template for Joomla! 3.0
42 stars 41 forks source link

The narrow column on resolutions below 768px. #188

Closed tomaszek83 closed 10 years ago

tomaszek83 commented 10 years ago

Hi,

At resolutions below 768px width columns do not take 100%. The solution is to add "!important" to width in line 60, meet_gavern/bootstrap/less/responsive-767px-max.less.

[class * = "span"], . uneditable-input [class * = "span"], / / Makes uneditable inputs full-width when using grid sizing . grooves fluid [class * = "span"] { float: none; display: block; width: 100% !important; margin-left: 0; . box-sizing (border-box); }

I do not know if this is a mistake, but I had the same situation a few sites where I have Meet Gavern.

Regards Tom