x

How to reduce the height of header and footer with original Weebly editor?

I need to know how to reduce the height of the header and footer. The theme I am using is Edison - Business.

Web site: http://www.christievo.com/

I am not new to creating web pages, but I am new to Weebly.

Thanks,

Mike

Tags (2)
15,950 Views
Message 1 of 14
Report
1 Best Answer

Best Answer

I found this for the header:

Go to Theme > Edit HTML/CSS

Choose the header.html

Insert a new line after <body class="header-page">

Paste in the following code:

<style>
.wsite-section-content > .container
{
padding: 0px !important;
max-width: 90% !important;
}
</style>

The padding is what controls the header bar. Even with 0, header content will show, but it will overlap the background of your main page section. If you want the actual bar to show, increase the size of this padding (for example, 30 gives you approximately a 0.5" header bar), and adjust from there.

View Best Answer >

15,283 Views
Message 15 of 14
Report
13 REPLIES 13

Hey there! You'll want to click the area of the header, then click and drag the blue bar at the bottom. That should let you resize the header and sections freely.

15,944 Views
Message 15 of 14
Report

I tried that. It works to an extent, but I want to make the header more narrow than that process allows. It will not let me shrink it beyond a certain point.

15,935 Views
Message 15 of 14
Report

What is the effect you're looking to create? We may be able to find a solution for you here.

15,930 Views
Message 15 of 14
Report

I'm simply trying to reduce the amount of white space between the bottom of the header text and the body of the page.

15,902 Views
Message 15 of 14
Report
Square

You'll probaby need to do that via CSS changes. Are you familiar with CSS, @mkchristie?

15,894 Views
Message 15 of 14
Report

Yes, I am familiar with CSS. Can you give me a pointer as to where to change the code?

15,885 Views
Message 15 of 14
Report
Square

I'd recommend looking at your page source to see what classes are used, so you can then search in the CSS files of your theme for what to change or add.

15,881 Views
Message 15 of 14
Report

Thats a super lame Idiotic response to a specific question that LOTS of Weebly users have Adam
14,899 Views
Message 15 of 14
Report

any updates on this? really would love to change the default header size. as has been said, dragging the blue bar only goes so far. PLEASE provide the precise location.

14,785 Views
Message 15 of 14
Report

I too am looking for a better answer to this. Adam or someone, can you please pick this back up to close the loop? That would be helpful. Thanks!

6,244 Views
Message 15 of 14
Report

Best Answer

I found this for the header:

Go to Theme > Edit HTML/CSS

Choose the header.html

Insert a new line after <body class="header-page">

Paste in the following code:

<style>
.wsite-section-content > .container
{
padding: 0px !important;
max-width: 90% !important;
}
</style>

The padding is what controls the header bar. Even with 0, header content will show, but it will overlap the background of your main page section. If you want the actual bar to show, increase the size of this padding (for example, 30 gives you approximately a 0.5" header bar), and adjust from there.

15,284 Views
Message 15 of 14
Report

THANK YOU THANK YOU THANK YOU! I kept looking for an answer and am so grateful to you for finally getting it right.

5,396 Views
Message 15 of 14
Report

Unfortunately, your solution did not work in my case Smiley Sad What can be the reason?

Thank you.

3,934 Views
Message 15 of 14
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.