Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #415413

    Hi guys,

    I’m getting unwanted space at the bottom of a div on this page

    Screenshot

    I’m not sure why… I tried fixing the height of the div with:

    div#av_section_3 {
      height: 20px !important;
    }

    But it didn’t work. I can seem to fine where it’s controlled or what is affecting it.

    Thanks for the help,

    #415416

    Hi Phet!

    Please use following code instead

    .page-id-427 div#av_section_3 {
      display: none;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.