White space on top

Home Forums Jevelin Theme White space on top

Home Forums Jevelin Theme White space on top

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

    Hello,

    I have installed the template with demo content and I can’t seem to get rid of this white space on top. I was looking at the demo on envato and this same white space isn’t there.

     

    Please help removing it.

     

    Regards, Jure

    Hi Jure,

     

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

     

    I visited your shared site and it seems you have added the break br tag in the top of the site home page causing this issue.

     

    You can resolve it by removing the br tag editing the page in text editor mode or hide 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 > br {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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