Okay
  Public Ticket #2454443
Header size
Closed

Comments

  •  4
    loobydoo started the conversation

    Hi, The adjustable header options in the theme are awesome. However, they don't seem to affect the portfolio page in quite the same way.

    Is it possible to adjust the gap between the logo and the portfolio items?

    Thanks so much


  •  1,558
    Laborator replied

    Hi there.

    Actually the spacing is coming from the portfolio and not the header, to change the spacing add this CSS to Custom CSS:

    .portfolio-container-and-title .page-container {
        margin-top: 0px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    loobydoo replied

    I thought that might be the case. Thanks so much for the code, works perfectly!

    Take care!