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