[Resolved] Can the blog page display a small image and text to the right?

Home Forums Support [Resolved] Can the blog page display a small image and text to the right?

Home Forums Support Can the blog page display a small image and text to the right?

  • This topic has 6 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1220154
    v4ncouver

    Hello everyone,
    I wonder if there is a way to have the blog page show a small image instead of the full with of the blog preview.
    Ideally, I’d love to have around 33% used for the image and the rest for the excerpt.

    Now that there is a will, is there a way?
    Thanks, – v

    #1220175
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to a layout like Marketer?
    http://gpsites.co/marketer/

    Let me know πŸ™‚

    #1220179
    v4ncouver

    Yes Leo,
    that is what I am after if it can be done. Thanks. – v

    #1220183
    Leo
    Staff
    Customer Support

    So set the featured image location to below title and align left for Archives:
    https://docs.generatepress.com/article/adjusting-the-featured-images/

    Then add this CSS:

    @media (min-width: 769px) {
        .post-image-aligned-left .post-image img {
            max-width: 300px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1220187
    v4ncouver

    And THAT is why GeneratePress is THE BEST WordPress theme in the world.

    Amazing theme, amazing support, amazingly hidden on Canada’s biggest island. Who knew. πŸ™‚

    #1220191
    v4ncouver

    Thanks Leo,
    you put the fun right back into blogging! πŸ™‚
    https://www.ernstrenner.com/blog/

    #1220198
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.