How to reduce header height
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
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;
} Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it