/ Published in: CSS
                    
                                        
Basic styling to set up menu that's typically in the footer into a horizontal format.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#footer .menu {
margin: 0;
padding: 0;
text-align: right;
list-style-type: none;
}
#footer .menu li {
display: inline;
margin-right: 5px;
padding-right: 5px;
border-right: 1px solid #FFFFFF;
}
#footer .menu li:last-child {
margin: 0;
padding: 0;
border: none;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                