css - Foundation 6 - columns are not float left? -


i have list of items, put in columns this

<div class="small-6 columns">    <img src="img.png" />    <p>title</p>    <p>desc</p>    <a href="#">abc</a> </div> 

but, few of them not float left, although set them :

float : left !important; 

.column, .columns in foundation floated left default. if encounter grid issues better need read docs here , make sure call right css , js scripts. script source can found here. select 1 right you.

code:

<div class="small-6 columns">     <img src="http://placehold.it/350x150" />      <p>title</p>      <p>desc</p>      <a href="#">abc</a>   </div>   <div class="small-6 columns">     <img src="http://placehold.it/350x150" />      <p>title</p>      <p>desc</p>      <a href="#">abc</a>   </div> 

hope help.


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo