space in header

Home Forums Jevelin Theme space in header

Home Forums Jevelin Theme space in header

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

    i want to reduce the space between logo, but i dont know how to

    eg there is a lot of space between where the website starts and the logo

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

    Hi @reaboss,

     

    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

     

    body div#page-container,
    #page-container header.primary-desktop {
        padding-top: 0 !important;
    }
    

     

    Best regards,
    Shufflehound team

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