Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

columns float to right only in Firefox

  • 1 odpowiedź
  • 1 osoba ma ten problem
  • 3 wyświetlenia
  • Ostatnia odpowiedź od 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/

Wszystkie odpowiedzi (1)

more options

You need a clear:both property on that container.

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