Sorry for recreating this topic but we need to know how to do the same for singe posts.
See:
https://kriesi.at/support/topic/new-blog-layout-for-site-with-left-sidebar-menu/
On single posts the picture isn’t shown in full height.
Hi wistlaumann!
Thank you for using Enfold.
The max height allowed for thumbnails within an entry without a sidebar is 423px but you can change that with the following plugin. Go to the Settings > Media then look for the entry_without_sidebar and entry_with_sidebar thumbnails. Adjust the values, update, save then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/
Regards,
Ismael
Hi wistlaumann!
Please see screenshot is this how you like the image to appear (underlined in red) ?
Please add this to quick css in Enfold > General Styling
.big-preview img {
height: 360px;
width: auto !important;
}
You can change the size inside the post > Advance Layout Builder or Default Editor if it was inserted manually.
If you still have issue please send us a mockup and website login details with permission to add css in Enfold > General Styling > Quick CSS or make minor changes to thumbnail size settings in private content so we can help you better.
Cheers!
Vinay
Thank you!
Both replies helped me very much. I solved the problem and everything works fine.