Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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

    #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

    #294878

    and 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.

    #294946

    And 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
    }
    #294951

    and 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 !

    #295001

    Hey!


    @guenni007
    Thanks for the help :)

    Cheers!
    Yigit

    #295049

    hm – i thoght i was helping Tim ? :wink :lol

    #295574

    Hey!


    @guenni007
    Thanks for helping Tim! :)

    Regards,
    Yigit

    #295681

    Thanks for all the help @guenni007 !! Did all the changes! And Yigit thanks for the thanks ;)

    #295687

    And does one of you know how to turn of the light box for blog images?

    Thanks again!

    Greets Tim

    #295726

    Hey Tim! :)

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .blog-meta {
    pointer-events: none;
    }

    Cheers!
    Yigit

    #296468

    Thanks again!

    #296694

    Hi!

    You are welcome Tim, glad we could help! :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘archive image’ is closed to new replies.