• Hello,

    How can I make the featured images smaller on ? This is the page that is set as Blog page within WordPress

    I tried using this but no luck.
    .entry-thumb img {
    max-width: 30%;
    padding-right:10px;
    float: left;
    }

    Any help is appreciated thanks!

    • This topic was modified 4 years, 4 months ago by James Huff. Reason: redundant link removed

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tsbweb,

    I’d check your theme settings first to see if you can do this through the UI if you haven’t yet. If you need custom CSS, this worked for me.

    
    .entry-featured {
      width: 525px; /* Tweak as needed. */
    }
    
    Thread Starter Megan

    (@tsbweb)

    Hello @mlchaves

    Yes, that worked for me! The only problem is that new the product images are skewed on this page https://shopintheweeds.com/natural-skin-care/

    How could I fix this?

    Hi @tsbweb,

    Glad that worked out for you :-).

    Regarding your new issue: I took a quick look at that page. It’s not obvious to me why those thumbnails/previews are not responsive. I recommend you consult your theme’s documentation or support channels for that specific issue.

    It’s also good practice to open a new thread for every new issue so your issues have more visibility and relevance.

    Since your original query is answered, please resolve this post.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Images’ is closed to new replies.