Decrease header padding

Home Forums Gillion Theme Decrease header padding

Home Forums Gillion Theme Decrease header padding

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

    How do I decrease the padding around the header logo area of my website so that the header looks narrow?

    https://www.fromsizezerotowisehero.com/

    Hi @poojamitra88,

     

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

     

    You can achieve 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

     

    #page-container .sh-header-4 .sh-nav-container {
        padding-top: 0;
        padding-bottom: 0;
    }

     

    Best regards,
    Shufflehound team

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