• HI I am trying to create the recent posts on the home page into 3 cols. The only problem is when you click on the story the story page is the same width as column on the home page which is 210px wide. I’d like the post page to be full width but it looks like it is using the same style classes on the home page.Here is my css:
    .article-container li{
    width:280px;
    display:inline;
    padding:0px 5px 20px 5px;
    float:left;
    border-top:none!important;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘recent posts as 3 columns on home’ is closed to new replies.