Tagged: blog image
-
AuthorPosts
-
July 23, 2014 at 10:57 am #294849
Hello Guys,
Ismael helpt me with this case: https://kriesi.at/support/topic/double-the-image-size-of-a-blog-style-single-author-small-preview/
Evertihing work fine but onlythe image on the archive is not diplayed correctly: http://www.enrecht.nl/category/algemeen/
Greets
July 23, 2014 at 11:34 am #294869.small-preview { height: 162px; left: 0; line-height: 162px; width: 162px; } #top .fullsize .template-blog .blog-meta {width: 162px}than the preview images are 162px x 162px
the small preview allready changed – but left:0 fits better i guess
July 23, 2014 at 11:43 am #294878and if you like you can give a little border on the small preview image:
#top .fullsize .template-blog .big-preview a, #top .fullsize .template-blog .small-preview img {border: 2px solid #f07625}because you have some images with white background.
July 23, 2014 at 1:52 pm #294946And if you want in blog View a little more distance between Image and Text you can add margin-right to small-preview
.small-preview { height: 162px; left: 0; line-height: 162px; width: 162px; margin-right: 25px }July 23, 2014 at 2:35 pm #294951and last but not least : if you want to shift that little timeline (dashed) again to the middle of the image you had to configure:
.multi-big .post_author_timeline, .single-small .post_author_timeline { border-right-style: dashed; border-right-width: 1px; height: 100%; left: 80px; position: absolute; top: 0; width: 1px; }with left positioning !
July 23, 2014 at 4:21 pm #295001July 23, 2014 at 5:39 pm #295049hm – i thoght i was helping Tim ? :wink :lol
July 24, 2014 at 6:31 pm #295574July 24, 2014 at 9:54 pm #295681Thanks for all the help @guenni007 !! Did all the changes! And Yigit thanks for the thanks ;)
July 24, 2014 at 10:06 pm #295687And does one of you know how to turn of the light box for blog images?
Thanks again!
Greets Tim
July 25, 2014 at 1:09 am #295726Hey Tim! :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta { pointer-events: none; }Cheers!
YigitJuly 27, 2014 at 3:44 pm #296468Thanks again!
July 28, 2014 at 12:22 pm #296694 -
AuthorPosts
- The topic ‘archive image’ is closed to new replies.
