Great, that did the trick! thanks π
Yeah, I agree, they’re different when you look at them like that, but I do create them with the same width which is 1024 pixels, just with different height. Don’t worry about it, I’ll figure it out myself. Thanks anyway π
Nope, they are the same width as the other images, 1024.
They’re just taller.
Sorry about the later reply,
here’s the URL:
https://cake-lab.org/pastries/apple-honey-tart/
scroll down to the pictures and you’ll notice one of them is narrower than the others. Thanks for looking into this.
Ok thanks, I’ll try it our! π
Thanks!
As always, your solutions help like magic π
Ok, so I tried it and it didn’t work. I added the custom plugin to functions.php and changed it to the desired featured image size:
function custom_jevelin_general_setup(){
set_post_thumbnail_size( 660, 496, true );
add_image_size( ‘jevelin-portrait’, 496, 660, true );
add_image_size( ‘jevelin-square’, 660, 660, true );
add_image_size( ‘jevelin-landscape-large’, 1200, 675, true );
}
add_action( ‘init’, ‘custom_jevelin_general_setup’, 999 );
I uploaded a new image, I regenerated the thumbnails too, but nothing helped. The main image still looks cropped as seen in the attached file.
Oh nice, thanks!
Oh cool, it works now, thanks!
Solution for this topic
I take it back, I just played with it and changed it to:
@media (max-width: 900px){ .sh-comment-list ol.children { padding-left: 0; Β padding-right: 0; } }
And now it works perfect on both languages! Thanks so much π
Well, it’s not perfect yet, but looks much much better.. Thanks for the help!
Oh, I guess it somehow fixed itself.. Didn’t do anything on my part.. Thanks for fixing the header though! π
Perfect! Like always, it worked like a charm.. Thanks!
Oh, brilliant! good to know.. thanks!
Seriously, you’re a life saver!
Thanks so much π
Thanks! That worked like a charm π