• Resolved gettingthru

    (@gettingthru)


    Hi!

    Thanks again for your support.

    Today, I’m wondering how to change the size of the images on the Single Listing Page and the Listing Search Result page. Both images are quite large and I would prefer to have smaller images.

    I tried changing the size of the image on the Single Listing form, but nothing happens. I couldn’t find a place to alter the size of the image on the Listing Search Result page.

    Please help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    To make the image of search result page smaller, just increase ‘Number of Columns’ from Directory Settings >> Search Settings.

    For the image of single listing page, please add the following code.

    .bSeCont #directorist .atbd_listing_details .single_image img {
        width: 50%;
    }
    .bSeCont #directorist .atbd_listing_details .single_image{
        text-align: center;
    }

    Had same concern. Thanks aazztech for the answer! Helped us both. 👍🏻

    Thread Starter gettingthru

    (@gettingthru)

    Thanks for the info. Can you tell me where to add the code?

    Thanks again …

    No problem. 🙂
    Navigate to Appearance > Customize in your WordPress dashboard to open the WordPress Customizer. Then select the Additional CSS option from the menu on the left in the WordPress Customizer interface and paste the code copying.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image Sizes’ is closed to new replies.