How to reduce header height

Home Forums Gillion Theme How to reduce header height

Home Forums Gillion Theme How to reduce header height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • pixelyatra
    Participant

    Hi,

     

    I am using header with ad layout and i am trying to reduce its height, can please let me know the way i could achieve this.

     

    Thanks

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

    Hi @pixelyatra,

     

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

     

    We can reduce it developing custom CSS code.

     

    Could you please share me your site URL where it’s displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    pixelyatra
    Participant

    Hi,

     

    Here’s my website link

    https://www.pixelyatra.com

     

    I am using a header with ad layout,everything works fine but the space above and below ad and logo is big, I want to reduce the height of the header with ad space and I am attaching a marked screenshot for your reference.

     

    Thanks,

    Siddartha

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

    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

     

    .container.sh-header-additional {
        padding: 0 !important;
    }
    
    .sh-header-banner-container br {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)