• Resolved johnny mosaic

    (@johnny-mosaic)


    i need to remove white space below image areas on pages. i want my social links to appear higher and that white space is too much.

    how can i eliminate it, i have simple css installed and can add the code.

    also, want to get rid of portfolio page area too. please advise code. thanks.

    https://www.markdivincenzo.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Try hiding the entry footer on pages to gain that space:

    .page .entry-footer {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    also, want to get rid of portfolio page area too.

    I don’t see the portfolio template on your front page – could you provide a link to another page if you have it active there?

    Thread Starter johnny mosaic

    (@johnny-mosaic)

    Thanks!

    Moderator Kathryn Presner

    (@zoonini)

    My pleasure!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘white space’ is closed to new replies.