Join our new community forum for support & discussion

Join Now

Home Support Themes ListingHive Change listings image size and alignment

Change listings image size and alignment

  • Author
    Posts
  • Johndemol

    Hey,

    Thanks for making available this plugin.

    I’d like to know how I can make the images in the listings smaller and align them to the left of the ad title.

    I’m creating a job board so I don’t need these large images. Maybe a small logo image to the left of the ad in the listings would work.

    Please let me know your thoughts.

    Thanks,
    John

    ihor developer

    Hi,

    Thanks, glad you like it!

    Unfortunately there’s no simple CSS snippet for changing this layout, but if you’re familiar with CSS it’s possible to customize it without any HTML/PHP code changes. You can start with this snippet:

    .hp-listings .hp-grid__item { flex-basis: 100%; max-width: 100%; }
    .hp-listing--view-block { display:flex; align-items: top; }

    I’m working on a job board theme for HivePress, and listings will have the list layout instead of grid, but there’s no ETA yet.

    Johndemol

    Ok, excellent. Thanks for this!

Viewing 3 posts - 1 through 3 (of 3 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.