Tagged: enfold
-
AuthorPosts
-
March 23, 2014 at 9:03 pm #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
March 25, 2014 at 11:33 am #242663Hi 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,
DevinMarch 26, 2014 at 8:01 am #243180Great , will it be possible to increase the size of the image on the left?
- This reply was modified 10 years, 10 months ago by atomicdreamz.
March 26, 2014 at 1:44 pm #243331Hi!
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,
IsmaelMarch 27, 2014 at 8:17 am #243687Unfortunately when I am trying the Single Author Small Preview style I am getting a different result.
Please have a look http://goo.gl/pfhe2aMarch 27, 2014 at 5:46 pm #243954Hi!
Please add following code to Quick CSS as well
.template-page .big-preview { padding: 0; width: 100%; }
Best regards,
YigitMarch 28, 2014 at 6:27 am #244208Hi 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
March 28, 2014 at 2:11 pm #244352Hi!
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,
IsmaelMarch 28, 2014 at 5:07 pm #244469Hi 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
AtomMarch 28, 2014 at 5:14 pm #244474Hey!
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,
YigitMarch 31, 2014 at 9:16 am #245328Hi Ismael and Yigit ,
Thanks guys for your support.
Regards
-
AuthorPosts
- The topic ‘Blog Post as List’ is closed to new replies.