Visual Adjustment to Detail Listings V2

This topic contains 2 replies, has 2 voices, and was last updated by  Gene Altman 5 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #468937

    Gene Altman
    Expired Member
    Post count: 19

    2 detail listing page items I’m having difficulties with.

    1. Is there a way to stop the default listing image from stretching/skewing when the page is resized? I don’t care if it gets larger or smaller but the proportion should not change.

    2. By default, the ratings/review section shows a default 2.5 star until you hover over the stars. Can this be set to display 5 stars until the visitor hovers or changes?

    Please see example listing page here: https://practitioners.holistic.vip/specialist/brentwood-advanced-chiropractic/

    #468966

    Kor
    Moderator
    Post count: 16516

    Hi Gene,

    Let me try to answer your questions accordingly.

    1. Use the custom CSS code below to fix it.

    
    
    .geodir_post_meta .geodir-custom-field-file a img {
           height: auto !important;
    }

    2. You can achieve this using the custom CSS code below.

    
    
    .gd-rating .gd-rating-wrap .gd-rating-foreground {
        width: 100%;
    }
    #468987

    Gene Altman
    Expired Member
    Post count: 19

    Thank you, worked perfectly 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket