Having trouble adjusting the width of my website's CENTER and RIGHT columns between screen widths of 768px and 1140px. The code snippet in template.css below doesn't seem to be working as expected:
@media (max-width: 1140px) and (min-width: 768px)
{
.row-fluid .span8 {width: 80%;}
}
For all other screen sizes, the default settings from bootstrap.min.css are doing fine. The override file is named template.css and I'm using Joomla 3.5 CMS. You can view the site at this link: Appreciate any help you can provide, feel free to ask for more details if needed.