Boxes type articles

  • Anonymous

    #6796

    Hello. I made a search about this topic and didn’t found anything relevant.

    Is it possible to have an article category that will be posted in Boxes and a featured image with it? Like iFeature theme on this image ?

    I searched also for plugins but I didn’t found either.

    Anonymous

    #35642

    Yeah, it is possible. I’ve done it before with 2 columns. See this page. It all depends on your CSS knowledge.

    Try this,

    .archive .post {
    display: inline-block !important;
    margin-right: 0.7% !important;
    vertical-align: top !important;
    width: 32% !important;
    }

    Anonymous

    #35643

    Thanks.It worked and it is very helpful.

    But I mostly wanted to create post-category “Boxes” type in order for the authors to assign the post they wanted and to display in any page. Generally Something like the Homepage panes but with the flexibility to display them in every page.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.