Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then, find the text

Code Block
languagecss
height:calc(100vh - 140px);margin-top:50px

and replace it with

Code Block
languagecss
height:calc(100vh - 140px);padding-top:50px

...

Locate the file "C:\inetpub\wwwroot\Square9Web\js\globalSearch.min.js" and make the following change:

Find the text

Code Block
languagejs
if($("#page-content-wrapper").css("margin-top",s),$("#page-content-wrapper").offset()){var g=$(document).height()-$("#page-content-wrapper")

and replace it with

Code Block
languagejs
if($("#page-content-wrapper").css("padding-top",s),$("#page-content-wrapper").offset()){var g=$(document).height()-s-$("#page-content-wrapper")

...