Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Kelli Standish

    (@shamarkaleo)

    Hi ArdentArtistBooks,
    First, what a nice looking site, and nice use of the plugin. Congrats on all your hard work so far.

    Second, I’ve checked the page links you’ve provided, and they look great to me. No skewed or oversized images appearing.

    Are you still experiencing the problem? If so, which browser are you using?

    Let us know. We’re here to help!
    Kelli

    Thread Starter ardentartistbooks

    (@ardentartistbooks)

    Hi Kelli:

    Thanks for your reply. I had to reduce the pixels in my images in order for it to work. I am now noticing that the page header (Contemporary) is smaller than the heading of each book title. How do I increase the size of this heading?

    https://ardentartistbooks.com/genre/contemporary/

    Thanks!

    Plugin Contributor Kelli Standish

    (@shamarkaleo)

    ArdentArtistBooks,

    You can fix this issue by defining the header style for your “Archive” pages in your site’s CSS.

    Right now it doesn’t have a class defined in your style sheet, so it’s displaying a default font size.

    Go to your style sheet, and look for a section that begins with this:

    /* Post Headings */

    Then add this bit of code in:

    .archive-title {
        color: #D7C2A8;
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 2.4rem;
        line-height: 1.3;
        margin: 0 50px 0 0;
    }

    I hope this helps!

    Cheering you on,
    Kelli

    Thread Starter ardentartistbooks

    (@ardentartistbooks)

    It worked! Thank You so much Kelli!

    ??

    Plugin Contributor Kelli Standish

    (@shamarkaleo)

    WOOO! I’m so glad. I hope this plugin serves you and your site visitors well.

    If you’re happy with the plugin, we’d love it if you’d post a review in our Reviews section.

    Your thoughts matter, and reviews from happy users make a real difference for us!

    Have a great day.

    Cheering you on,
    Kelli

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Author and Genre pages – Reduce Feature Image Size’ is closed to new replies.