Remove scrolling in the popular widget – home page

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 6 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #412504

    Ana Laura Segal
    Free User
    Post count: 10

    Hi!

    I’m using the Supreme directory theme in this site: http://nerdenthales.com/microvptest/

    I’d like to remove the scrolling in the home page, where the popular listings are shown. Is there a way to get that? I’ve checked through the chrome console and got to this bit:

    <div id=”geodir_content” class=”” role=”main” style=”width: 100%; height: calc(100vh – 109px); overflow-y: scroll;”>

    If I remove the height and overflow-y from that div I get the result I want, but I don’t know how to do that from the theme.

    Thanks!
    Ana

    #412505

    Kor
    Moderator
    Post count: 16516

    Hi Ana,

    You just need to set the GD content area to 100% height using this custom CSS code below. Insert into GD > Design > Scripts > Custom Style CSS

    
    
    div#geodir_content {
        height:100%!important;
    }

    Thanks!

    #412506

    Ana Laura Segal
    Free User
    Post count: 10

    Awesome! Thanks!!

    #412517

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket