I'm using your prebuilt headers. The header has something like 53 pixels of padding above and below the menu. Is there a place I can configure the padding/margin for this header. It looks a little strange as it is now with almost 250 pixels of height between the logo and the padding.
This template does not seem to support Elementor Header of footer templates, is that correct?
Hi,
I'm using your prebuilt headers. The header has something like 53 pixels of padding above and below the menu. Is there a place I can configure the padding/margin for this header. It looks a little strange as it is now with almost 250 pixels of height between the logo and the padding.
This template does not seem to support Elementor Header of footer templates, is that correct?
Hi Brian !
Please provide the site name, I will check and guide you to adjust
thank you
Here is the site. http://staging3.linneajewelers.com/
Hi Brian !
Add this CSS property in Appearance-> Customize-> Additional CSS to reduce the width of the header-layout
.header-layout21 .header-content {
padding: 25px 0;
}
thank you