Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
In the block overview images are square, 1: 1 display. How can I make this images 2: 3 display? Just as they were uploaded.
Look, what i mean here: www.picturesmile.de
Thank you
Hi Sascha
I think the small featured image size is just using the image size being set as your thumbnail at Settings > Media. 150 x 150. From there it’s being reduced to fit in a 11% odd wide column.
So, not really an easy change as we’d need to adjust CSS and then potentially the featured image size and the regen the images.
Try the following at Appearance > Custom CSS:
Whatever you add to the first value you need to add to the second.
If you want to change the crop point of the thumbnail image you’d need to use:
https://wordpress.org/plugins/simple-image-sizes/
Couple things happening here. Try the CSS first, we’ll go from there.
Okay, that works.
The picture is of course now too small. From the size I had like 20% (width). For this purpose, the text needs to be shifted to the right but continue. How do I do that?
Thanks for your help.
The image will increase in size if you adjust the percentages. It looks like the values are the same as default in your Custom CSS. Did you try increasing the image percentage and decreasing the text percentage? Example:
I changed 16.68% in 20%. The image size is now okay. The text is now but not next to it. It is now under the picture.
Screenshoot: https://dl.dropboxusercontent.com/u/12684660/PS1.jpg
That is the problem. Do you have a solution?
Whatever is added to the first percentage must be subtracted from the second.
Make sense? That’s why we’re using two CSS rules here. One for the image, one for the text.
Perfekt, that work fine
Super, glad to hear that did the trick.
All the best.