How to remove Grid Option 4 and 5

This topic contains 6 replies, has 3 voices, and was last updated by  Alex Rollin 4 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #518800

    mu71rd
    Expired Member
    Post count: 43

    Hi,

    I’ve seen a few posts about this, but haven’t been able to get this to work using the answers I’ve read.

    Can you tell me how I would be able to remove the options for end user to select Grid 4 or Grid 5 when viewing listings. My list just does not display correctly and I’d rather the options were not there.

    If this is not possible, would you be able to take a look at my listings and see what is going wrong when those options are chosen. Text overlaps with image in an annoying way, and it seems like the images are not being scaled correctly.

    thanks, Richard

    details to follow…

    #518802

    mu71rd
    Expired Member
    Post count: 43
    This reply has been marked as private.
    #518821

    Alex Rollin
    Moderator
    Post count: 27815
    #518824

    Kor
    Moderator
    Post count: 16516

    Hi mu71rd,

    Thanks for your post. Try using the custom CSS code below and see if it fixes it.

    @media (min-width: 768px){
    .elementor-column.elementor-col-50 {
        width: 50%!important;
    }
    }
    
    .geodir-image-container ul.geodir-images li img {
        min-width: 90%;   
        margin:0px!important;
    }
    #518846

    mu71rd
    Expired Member
    Post count: 43

    oh yes you clever people! thank you 🙂

    #518894

    mu71rd
    Expired Member
    Post count: 43

    this is fine to a degree, but removing the grid 4 and 5 would be a preferable option. is that not possible without serious programming steps?

    #518953

    Alex Rollin
    Moderator
    Post count: 27815

    Yes, at the link I posted above.

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

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

Open Support Ticket