• Resolved kublid

    (@kublid)


    in what file (and what code and I looking for) can I change the main photo size? I’m looking to decrease by a bit as it is so large and makes the user scroll far down the page to see details.

    Also, once I edit the file, should I move it to the theme ROOT directory as to not be overwritten when plugin is updated?

    Thanks!

    https://www.ads-software.com/plugins/wp-listings/

Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    The main photo in single-listing.php fills it’s container width. Decrease the container width using CSS in your theme.
    Or scale it down from 100% to whatever percentage width of the container you want it to fill: .wplistings-single-listing .listing-image-wrap img {width: 50%;}
    No need to edit the template files.

Viewing 1 replies (of 1 total)
  • The topic ‘Single Listing MAIN photo size’ is closed to new replies.