Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #177873

    Hello,
    is possible to display the post images in a medium size? Small is too small and too big in size. Excerpt should then be of the right picture, not underneath.

    #178060

    Hi JochenBake!

    You can choose “Single Author, big Preview Pic” as your Blog Style in Enfold theme options > General Settings then add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .big-preview.single-big { width: 70%; }

    Regards,
    Yigit

    #178111

    Thanks for the help,
    Now the text is below the post image, but it should be right next to it!

    I hope you understand me?

    On the home page is a category with excerpt. This image is supposed to be medium-large and to the right of the text.

    http://windows-tipps.com/startseite/

    • This reply was modified 10 years, 6 months ago by JochenBake.
    #178247

    Hi!

    Please add this on your custom.css or Quick CSS:

    .big-preview.single-big {
    float: left;
    width: 50%;
    margin-right: 20px;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #178441

    Thanks for the great help,
    that looks at the Top of desktop good, but if the item is opened it does not fit.

    Also it looks now on the phone from ugly.

    http://windows-tipps.com/ft-hof-vfb-moschendorf-41-00/

    • This reply was modified 10 years, 6 months ago by JochenBake.
    #178532

    Hi!

    You can add following code to Quick CSS

    @media only screen and (min-width: 768px) {.page-id-207 .big-preview.single-big {
    float: left;
    width: 50%;
    margin-right: 20px;
    }}

    This is just modified version of Ismael’s code. It will show featured image and content next to each other only on screens wider than 768px and only on that current page. So in single blog page it will look like it was before applying the code

    Best regards,
    Yigit

    #178537

    It also does not fit properly.

    I want the next on the home page a medium-sized image with the text on the right.

    If the Beitrg is clicked, then the image is to appear great.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Medium-sized image for image post with excerp right’ is closed to new replies.