Make Blogger Header, Navigation And Footer Full Width

  Blogger is a user-friendly service that provides a lot of really attractive looking default templates for those just starting out. Default templates come in handy, but the nice things about owning your own blog is that you have the chance to add your own personal touch. As a matter of fact, templates aren’t made to restrict your freedom of design, but instead they’re there to provide you a foundation to build from. With every default template available on Blogger, you can make changes to fit your style.

One of the most common requests out of the Blogger community when making alterations is how to change the look of some of the key sections like header, navigation, and footer. Initially, these items are designed to fit within just 1/3 of the page, surrounded by padding and margins on either side. These margins are used to give the page a slim fitting appearance, but could also cause your content to look compressed.

Important: Backup your Template

Making the changes to a full screen Blogger navigation, footer, or header can be done and won’t take you much time. Before you can make any changes, you should save extra copies of the template .xml file in case anything goes wrong. That way, if you don’t like it or it doesn’t come out looking like it should, you can reuse the contents of the original file to restore your blog to working condition.

Demo

Hover your mouse over the image to see a before and after example:

How to Make Header, Navigation and Footer Full Width in Blogger

Step : Access Your CSS File

If you’ve never opened up your CSS file before, log in to your Blogger account, select your blog and navigate to Template > Edit HTML. This will bring up the code of your template containing all your blog’s internal files in one place.

Step : Modify the Background

Click anywhere inside the code area > press CTRL + F keys and type the following line > hit Enter to find it (stop at the first occurrence of it):

body {

Just below body { you should see some lines that will look like this:

body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override)
}

Where you see the highlighted line above in the code, remove the line and replace it with:

padding: 0px;

Different templates will have minor variations, but you should still be able to find these lines within every template.

Step : Change the Content Section

Next, search using the CTRL+F keys for this part:

.content-inner {

Just below it, you will see this line:

.content-inner {
padding: $(content.padding) $(content.padding.horizontal); 
}

Remove the line in red and replace it with:

padding: 0px;

This will remove any of the padding around the inner content, so it won’t leave any room on both sides.

Now find this part:

$(content.background.color.selector){

Just below it you will see this line:

$(content.background.color.selector){
background-color: $(content.background.color);
}

Replace the line in red with:

background-color: $(body.background);

Finally, search for this tag:

]]>

And just above it, add this CSS:

.main-outer {
background: $(content.background.color);
}

Step : Make the Content Outer Full Width

Content is displayed differently between browsers, so you’ll next want to fix this so that it alters the width across the board. This code can be found searching for:

.content-outer, .content-fauxcolumn-outer, .region-inner {

And just below it you will see the following lines:

.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: $(content.width);
max-width: $(content.width);
_width: $(content.width);
}

Delete the line in red and replace that line with:

max-width: 100%;

Step #5: Finish It Up

Now you have just two more lines you need to change. Look for:

And click on the right arrow to expand the styles. Note: you will need to search for tag again, and just before it you’ll see these symbols highlighted in yellow:

]]>

Above this ]]> section of code, add the following:

.main-outer {
max-width: $(content.width);
margin: 0 auto;
}

Then run a search for:

]]>

Add these lines of code just before/above it:

.tabs-inner {
padding: 0px;
}
.section {
margin: 0px;
}
.header-inner .widget {
margin: 0px;
}

Save the template and exit out of the editor.

Finished!

Following along with this tutorial won’t affect or alter the pictures you are using on the blog, just the design of the content area. If you have a logo that stretches across the screen and fits perfectly for 1/3 page header, you will need to resize and re-upload this content so that it is able to work with the new adjustments.

Home grown alternative to GPS, know all about India’s “NavIC”.

Navigation with Indian Constellation (NavIC), also called the Indian Regional Navigation Satellite System (IRNSS), is considered on par with US-based GPS, Russia’s Glonass and Galileo developed by Europe.

Making innovative applications to the entire community in the ocean-based services, especially for the underserved and unserved, the NavIC constellation is really going to create history, according to ISRO Chairman K Sivan.

By using receivers on the ground, IRNSS-1I will help in determining position and time accurately through signals in a space covering India.

Standard Positioning Service (SPS) and Restricted Service (RS), which are provided to all and authorised users respectively, are the services associated with IRNSS.

Indian Prime Minister Narendra Modi named the independent regional navigation satellite system developed by India as “NavIC” which offers services like terrestrial and marine navigation, disaster management, vehicle tracking and fleet management, a navigation aid for hikers and travellers, visual and voice navigation for drivers.

Built at a cost of $174 million, NavIC was originally approved in 2006 and became operational in 2018. 

Consisting of eight satellites,  NavIC is currently being used for providing emergency warning alerts to fishermen venturing into the deep sea where there is no terrestrial network connectivity and in public vehicle tracking in India.

In order to ensure the availability of NavIC signal in any part of the world, India’s satellite navigation draft policy in 2021 stated the government will work towards “expanding the coverage from regional to global.”

With the aim of removing dependence on foreign satellite systems for navigation service requirements, NavIC is conceived particularly for “strategic sectors.”

Home grown alternative to GPS, know all about India's "NavIC".

Navigation with Indian Constellation (NavIC), also called the Indian Regional Navigation Satellite System (IRNSS), is considered on par with US-based GPS, Russia’s Glonass and Galileo developed by Europe.

Making innovative applications to the entire community in the ocean-based services, especially for the underserved and unserved, the NavIC constellation is really going to create history, according to ISRO Chairman K Sivan.

By using receivers on the ground, IRNSS-1I will help in determining position and time accurately through signals in a space covering India.

Standard Positioning Service (SPS) and Restricted Service (RS), which are provided to all and authorised users respectively, are the services associated with IRNSS.

Indian Prime Minister Narendra Modi named the independent regional navigation satellite system developed by India as “NavIC” which offers services like terrestrial and marine navigation, disaster management, vehicle tracking and fleet management, a navigation aid for hikers and travellers, visual and voice navigation for drivers.

Built at a cost of $174 million, NavIC was originally approved in 2006 and became operational in 2018. 

Consisting of eight satellites,  NavIC is currently being used for providing emergency warning alerts to fishermen venturing into the deep sea where there is no terrestrial network connectivity and in public vehicle tracking in India.

In order to ensure the availability of NavIC signal in any part of the world, India’s satellite navigation draft policy in 2021 stated the government will work towards “expanding the coverage from regional to global.”

With the aim of removing dependence on foreign satellite systems for navigation service requirements, NavIC is conceived particularly for “strategic sectors.”