Wedge

Public area => The Pub => Topic started by: live627 on June 20th, 2013, 10:37 AM

Title: two-columns and Firefox on narrow windows
Post by: live627 on June 20th, 2013, 10:37 AM
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: [Select]

// 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.
Title: Re: two-columns and Firefox on narrow windows
Post by: live627 on August 26th, 2013, 01:57 AM
Stop ignoring this.
Title: Re: two-columns and Firefox on narrow windows
Post by: Nao on January 30th, 2014, 07:07 AM
Quote from live627 on August 26th, 2013, 01:57 AM
Stop ignoring this.
I never ignored anything. At the time I was overwhelmed by Pete's logorrhea and couldn't keep up with the forum.
Title: Re: two-columns and Firefox on narrow windows
Post by: Nao on June 18th, 2014, 03:15 PM
Quote from live627 on June 20th, 2013, 10:37 AM
Making them !important fixes the problem.
Actually, err... I just tested on Firefox + the phpinfo page in the admin area... It works flawlessly. Without any changes.