Tagged: blog settings, Enfold Combo Widget
I have tried so many things to get my blog post page to look like in the demo – but I don´t seem to get this right. I could, of course, import some demo data, nut now I already made so many settings.
Could you please help me – First of all and most important. Sometimes I would like to post without the preview image. But I also want to use the Enfold Combo Widget. And if I choose this the little thumbnail is just empty. Is there a way around this. Maybe one could set it so that it will show some small icon. Or – that it dosn´t show in the widget at all – like if I pick a different format in WP settings.
The other thing that I always struggle with is the image size for preview image (featured picture). I would like to have a square size for it to be right in the thumbnail – but on my blog post page – the image is hidden behind text – and the square size isn’t right… So what are your recommendations for blog post image size? My blog page is http://www.idespiran.se/blogg
Another question is the space between the round image and the text below on this page http://www.idespiran.se/kontakt/
Is it possible to make that a bit smaller?
Thank you for helping me…
Hey idespiran!
Thank you for using Enfold.
1.) You can remove the widget thumbnail with this css code.
.news-thumb {
display: none;
}
2.) Set the masonry’s Size Settings to Flexible Masonry and make sure that featured images have the same size and ratio. The default thumbnail size used in the masonry element is 495x400px.
3.) Please add this in the Quick CSS field to decrease the space between the text and the rounded image.
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
margin-top: .5em;
}
Cheers!
Ismael