Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #241857

    Hi All ,

    Is there any way to make blogs appear as a list as found in the MOST RECENT BLOG ENTRIES part of Incarnation theme.

    Thanks

    #242663

    Hi atomicdreamz!

    Not without a good bit of customization. I think the closest would be the Blog Single Author Small style however: http://kriesi.at/themes/enfold/blog/blog-single-small/

    Regards,
    Devin

    #243180

    Great , will it be possible to increase the size of the image on the left?

    • This reply was modified 10 years, 1 month ago by atomicdreamz.
    #243331

    Hi!

    You can add this on Quick CSS or custom.css:

    .small-preview {
    width: 150px;
    height: 150px;
    line-height: 150px;
    left: -30px;
    }

    Adjust the values if you want.

    Regards,
    Ismael

    #243687

    Unfortunately when I am trying the Single Author Small Preview style I am getting a different result.
    Please have a look http://goo.gl/pfhe2a

    #243954

    Hi!

    Please add following code to Quick CSS as well

    .template-page .big-preview { padding: 0; width: 100%; }

    Best regards,
    Yigit

    #244208

    Hi Yigit ,

    Thanks a lot , it is looking better now , but it has not served my purpose ,

    I want an image in the left and excerpt on the right , if it is not possible then kindly help me achieve the following .

    In the current http://goo.gl/pfhe2a page , how can the camera icon below images be removed ?

    Is there any way I can put a divider between post a thin line so that it looks more like a list?

    Regards

    #244352

    Hi!

    You can add this on Quick CSS or custom.css to remove the blog meta icon:

    #top .fullsize .template-blog .blog-meta {
    display: none;
    }

    Use this one to add separator below each posts:

    article.post {
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
    }

    Best regards,
    Ismael

    #244469

    Hi Ismael ,

    Thank you , it is working , just one last thing if possible , is there any quick way to have a border around the preview picture in that page.

    Thanks
    Atom

    #244474

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    #top .fullsize .template-blog .big-preview img { border: 2px solid red; }

    Best regards,
    Yigit

    #245328

    Hi Ismael and Yigit ,

    Thanks guys for your support.

    Regards

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Blog Post as List’ is closed to new replies.