Change the height of header & footer

Home Forums Jevelin Theme Change the height of header & footer

Home Forums Jevelin Theme Change the height of header & footer

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • alanabi20
    Participant

    Hi Shufflehound Team,

     

    I would like to change the height of the header and the footer of my website. How can I do that?

     

    Also, I’d like to remove the “Click here to assign menu” which is shown on the top left of the header as I don’t need a menu.

     

    Thanks,

    Ahmed

    alanabi20
    Participant

    You can see my website (still with dummy content until I got the theme right): http://www.akhalil.blog

    Hi Ahmed,

     

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

     

    You can try removing the “Assign menu”  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

     

    
    #header-navigation {
    display: none;
    }
    

     

    Could you please tell me specifically a bit more in detail which sections of the header and footer you want to change the height by sharing the specific screenshots of it so that i can help you to achieve this?

     

    Best regards,
    Shufflehound team

    alanabi20
    Participant

    Hi Shufflehound Team,

     

    Thank you very much. You have the best support ever!

     

    Please find attach screenshots of the header and footer where I want to make the height smaller.

     

    Best Regards,

    Ahmed

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

    You can use the following CSS code as described above to reduce the height of header and footer.

    
    .sh-table.sh-titlebar-height-small {
        padding: 130px 0 30px;
    }
    .sh-footer .sh-footer-widgets {
        padding: 50px 0;
    }

    alanabi20
    Participant

    Thank you very much. It works perfectly now 🙂

    You are most welcome here 🙂

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