• (page isn’t live yet)

    I have a static homepage, with three featured pages, who’s featured images appear on the homepage, right above the title. My question is, is there a way to make that featured image thumbnail on the home page smaller? right now, it’s about 2.5 x 2.5 inches.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you share a screen shot of what you’re looking at? That will help me better understand what changes you are looking to make.

    Thread Starter kcormier

    (@kcormier)

    @lizkarkoski I don’t know how to insert a screenshot, but if you look at this demo dara homepage https://wordpress.com/theme/dara, there are three sections at the bottom…Home, Contact, Page Template. What I’m wondering is, is there a way to resize the images that are featured for those three pages.

    Apologies. The screen shot can be added via a third party like CloudUp or droplr links. You add the image there, they spit out a link for you to share here, and then I can view it.

    Making changes to those featured content sections wouldn’t be my first suggestion. You’ll then have to adjust padding margins, alignments, and other items on the theme as well. All of it may require a separate set of codes to display correctly on mobile views.

    It can be done. See here: https://cloudup.com/c9Z-gZoEjOY

    I’ve added the following CSS in my browser inspector.

    img {
        max-width: 50%;
        height: auto;
    }

    Now you can see what I mean by needing to adjust the alignments, etc of the images and fonts.

    I hit send too quickly. Here is the CSS you’d need to add for getting those featured content titles lined up with the smaller images.

    {
    .page-title, .entry-title, .entry-title a
    text-align: left;
    }
    • This reply was modified 6 years, 5 months ago by lizkarkoski.
    Thread Starter kcormier

    (@kcormier)

    I can see that it’s not easy,yes. the ‘img’ CSS didn’t work as it changed the formatting for every image on the site, not just those three featured.

    I made the site live now, since I had a number of other questions on a different post as well.
    https://www.bitsandpeaches.com

    thanks for trying!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Page Image on home page’ is closed to new replies.