live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Messages: 1 670
two-columns and Firefox on narrow windows
« le 20 Juin 2013 à 10:37 »
The two-columns elements are not expanding to fit the entire width if using Firefox or old IE (untested) and using a narrow window.

The following two selectors are being overriden

Code: [Sélectionner]

// Two columns become one if viewed on a small screen.
@media all and (max-width: 800px)
.two-columns
width: 100%
margin: 0

Making them !important fixes the problem.
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Nao

  • Dadman with a boy
  • Messages: 16 082