I have been trying to create a blog with its list view inline I can't seem to get it. I tried to work it out using display inline but it is not working anyone with an idea. I am trying to achieve the list view on humansofnewyork. This what I have done but it isn't working
- Code: Select all
<cms: masterpage='blog.php'>
<ul style="width: 80%; /* 1000px / 1250px */
font-size: 0.8125em; /* 13 / 16 */
max-width: 92.3em; /* 1200px / 13 */
margin: 0 auto;
padding: 1em 0px;
color: #333;
line-height: 1.5em;
position: relative;"><li style="display: inline;
width: 32.2%;
margin-right:1.6%
"><cms:show k_page_title /><cms:show blog_content /></li></ul>
</cms:pages>