Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

columns float to right only in Firefox

  • 1 reply
  • 1 has this problem
  • 3 views
  • Last reply by 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/

All Replies (1)

more options

You need a clear:both property on that container.

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