Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

columns float to right only in Firefox

  • 1 Antwort
  • 1 hat dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von cor-el

more options

I'm a webmaster working on a site. I used a short code in WordPress to make a page have two columns. Page looks great on all other browsers (Chrome, Safari, IE) but not on Firefox. On Firefox the content is floated right out of the container. Here's the page http://www.ivordavisbeatles.com/blog/press/press-reviews/

I'm a webmaster working on a site. I used a short code in WordPress to make a page have two columns. Page looks great on all other browsers (Chrome, Safari, IE) but not on Firefox. On Firefox the content is floated right out of the container. Here's the page http://www.ivordavisbeatles.com/blog/press/press-reviews/

Alle Antworten (1)

more options

You need a clear:both property on that container.

<div style="clear: both;" class="column-group columns-2"><br>