• Hi,

    I’m trying to use the additional css in customize to customize the featured image as the image is cropped out. How do I code to show the full image instead of showing the image as cropped?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Taoonewellness,

    I noticed the single post featured image is displaying at full width. You’re aiming for the featured image thumbnail size from the post query to appear wider.

    Here’s a suggestion that might help achieve that:
    – Navigate to Appearance > Customize > Additional CSS.
    – Add the following code snippet:

    .td_module_11 .td-module-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    }


    This CSS code adjusts the featured image thumbnail size by removing the width restriction, allowing the image to display at full width.

    Let me know if you have any further questions or concerns.

Viewing 1 replies (of 1 total)
  • The topic ‘Additional CSS for Featured Image of Post in Search Result Page’ is closed to new replies.