• Kisshu

    (@curiolab)


    Hi,

    On our website curiobiotech.com some of the pages

    ex. Scientific Board, Our vision, Careers, News and Publication pages

    There is less information or empty pages where the footer is coming to the middle of the pages.

    I tried to add extra row hoping that it will go down but on big screens it is just coming to the middle of the page.

    How can it be fixed. Thank you.

Viewing 1 replies (of 1 total)
  • Hello @curiolab,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    div#content {
        min-height: calc(100vh - 152px);
    }

    Kind Regards, Roman.

Viewing 1 replies (of 1 total)
  • The topic ‘Sydney – empty pages footer coming to the middle of page’ is closed to new replies.