Tagged: Blog, featured, image size
-
AuthorPosts
-
April 16, 2023 at 11:20 am #1404579
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 meApril 16, 2023 at 5:19 pm #1404599Hey 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,
MikeApril 18, 2023 at 11:43 pm #1404861Hi 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?April 19, 2023 at 12:50 am #1404866Hi,
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,
MikeApril 19, 2023 at 7:58 am #1404905You were right I’m so stupid… and so sorry.
We can close the ticket
Thanks a lot
GianlucaApril 19, 2023 at 1:08 pm #1404935Hi,
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 -
AuthorPosts
- The topic ‘featured images on a blog page’ is closed to new replies.
