Image sizes

This topic contains 4 replies, has 3 voices, and was last updated by  kerry 4 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #497290

    kerry
    Lifetime Member
    Post count: 138

    I am trying to make larger pictures. I was successful getting one picture to right size but the next three got smaller, then smaller and smallest. I am hoping I can get some direction how to make all four the same large size.

    #497291

    kerry
    Lifetime Member
    Post count: 138
    This reply has been marked as private.
    #497313

    Alex Rollin
    Moderator
    Post count: 27815

    Add a custom class wrapper around the element and add the selector to this CSS

    
    
    
    body ul.geodir-category-list-view.geodir-gridview>li {
        width: 100%;
    }
    

    For more about writing custom css see: https://wpgeodirectory.com/docs/customizing-your-style/

    #497318

    Kor
    Moderator
    Post count: 16516

    Hi kerry,

    Thanks for your post. Could you try using the custom CSS code below and see if it helps?

    #main-content ul li {
       width:100%!important;
    }
    #497418

    kerry
    Lifetime Member
    Post count: 138

    Thank you.

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

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

Open Support Ticket