Remove empty space above portfolio?

Home Forums Jevelin Theme Remove empty space above portfolio?

Home Forums Jevelin Theme Remove empty space above portfolio?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • martinjonson
    Participant

    Hi there,

     

    Another quick question for you – is it possible to remove the empty space pictured in the attachment, so that the portfolio slider/menu appears right under the header? Thanks!

    Attachments:
    You must be logged in to view attached files.

    Hi @martinjonson,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content > .fw-page-builder-content > .sh-section {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)