columns float to right only in Firefox
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)
You need a clear:both property on that container.
<div style="clear: both;" class="column-group columns-2"><br>