Tagged: Blog, featured, image size
Hi, on my https://www.fabiopiccini.com/welcome/
I’d like that the page displaying the articles only had thumbnails on the left and no images in text like on the page https://www.fabiopiccini.com
it’s possible?
and I also want the thumbnails not to be square but the same proportions as the featured image.
thanks for any help you can give me
Hey Gianluca,
On your page /welcome/ to hide the images in the posts try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-629 .template-blog .entry-content p img {
display: none;
}
To have the small image the same proportions as the featured image try this css:
#top.page-id-629 .template-blog .small-preview {
width: auto;
height: auto;
}
After applying the css, please clear your browser cache and check.
This is the expected results:
Best regards,
Mike
Hi Mark the image are correctly hidden while I still see the small images not the same proportions as the featured image but squared.
What am I doing wrong?
Hi,
It looks like you added some of the text from the thread into your css:
To have the small image the same proportions as the featured image try this css:#top.page-id-629 .template-blog .small-preview {
width: auto;
height: auto
}
please find this and change to this:
#top.page-id-629 .template-blog .small-preview {
width: auto;
height: auto;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
You were right I’m so stupid… and so sorry.
We can close the ticket
Thanks a lot
Gianluca
Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard