Home › Forums › Jevelin Theme › Change the height of header & footer
Home › Forums › Jevelin Theme › Change the height of header & footer
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
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
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;
}
Thank you very much. It works perfectly now 🙂
You are most welcome here 🙂