Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bootstrap buttons and lists Reply To: Bootstrap buttons and lists

#151845
billyryanwill
Participant

I’ve managed to get it horizontal;

<ul id="social" class="icon-list span9">
                    <li class="span2"> <h3>Follow Us</h3> 
                    </li> 
                    <li class="span2 offset1">  
                        <img src="billsicons-facebook.png" alt=""/>
                     </li> 
                    <li class="span2">
                        <img src="billsicons-twitter.png" alt=""/>
                     </li> 
                    <li class="span2">
                        <img src="billsicons-instagram.png" alt=""/>
                    </li>
                </ul>      

Now it’s just the image problems……