Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Using percentages and float drop Re: Using percentages and float drop

#107576
Paulie_D
Member

I would check the ‘margin-right’ in one of your media queries, I suspect there is fight between your custom.css and resposive.css

I think it just might be that ‘custom’ is linked before ‘responsive’.

Yeah, you set module 3 to margin-right:0 in your custom.css (line 91) but this is overridden in line 78 in your responsive.css.

If that’s not it, let us know.