Produst on 2nd row showing right to left

3 posts by 2 authors in: Forums > CMS Builder
Last Post: July 10, 2014   (RSS)

By claire - July 10, 2014

Hi Kitka

It looks like there's a CSS style rule causing this in foundation.min.css. You may be able to fix it by overriding the rule using an in-line style.

Try changing this:

<div class="three columns">

to this:

<div class="three columns" style="float: left;">

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By kitka - July 10, 2014

Beautifull. it worked great.... Thanks a lot Claire...

jim albert