Post Link Sharing: Full Width

Header Ads Widget

ad728
Showing posts with label Full Width. Show all posts
Showing posts with label Full Width. Show all posts
How To Make Blogger Blog Full Width (100% Working)

How To Make Blogger Blog Full Width (100% Working)


There are a lot of custom templates available for Blogger that provide a wide range of customization, but what most of them lack is an edge to edge full-screen view.

As illustrated in the above image, most of the custom templates available for Blogger do not cover the full-screen width in the homepage, posts and pages.

Thus, many bloggers find it difficult to make their Blogger/Blogspot blog full width in order to make it cover the entire screen and provide an attractive edge to edge viewing experience.

Unlike WordPress where almost everything can be changed and controlled using plugins, Blogger is mostly DIY (Do It Yourself) based, and thus, we need to manually change the source code of the template to get our desired changes.

In this article, I will show you a simple process by which you can make any Blogger template full width (edge to edge display) on any display, no matter how large the screen is.    

Note: This tutorial is not for the Header.

Quick Fix Method

This method doesn’t work on all the templates. If it doesn’t work for you, skip to the next section where the full tutorial for making blogger template full width is given.

Go to Blogger –> Theme –> Edit HTML and copy the full code using CTRL+C.

Open Notepad and paste the code.

Press CTRL+F and search for “.row” (without quotes)

make blogger template full width quick method

You will then find the line where the width of the row is defined. Replace the width value of the row with 100%, i.e. .row{width:100%}

make row width 100% blogger full width quick method

Now copy the whole code from Notepad with CTRL+A and CTRL+C.

Go to the Blogger HTML editor and press CTRL+A to select the whole code and press DEL to delete it.

Now press CTRL+V to paste the new code. Now hit the SAVE button.

Your Blogger blog has now become full width! Congrats!

But what if this method doesn’t work for you? Well then your template doesn’t support the row variable, and in that case, please follow the full guide given below. 👇 👇

STEPS TO MAKE BLOGGER BLOG FULL WIDTH

0. Take A Backup Of The Source Code (Very Important)

Go to Blogger –> Theme –> Edit HTML.
Select the whole source code using CTRL + A, copy it using CTRL + C, paste it in Notepad and save it on the desktop.

This step is very important because if you accidentally follow the steps incorrectly, this backup file will help you to restore your blog to the previous form. 

1. Head over to your website/blog

Open Google Chrome or any other browser that supports the Developers Tools function. Then go to your website/blog.  

2. Inspect Size of the elements

Make Blogger Full Width: Inspect Element

Once your website is fully loaded, press the F12 key from your keyboard and the ‘inspect elements‘ box will appear at the right-hand side of the screen as shown in the image.

Click on the button shown in the image above and hover your mouse over the content of your blog which you want to make full width, as shown below.

Inspect max-width

Now you will be able to see max-width of your blog. Our aim is to change it to auto mode so that it fits edge to edge (full width) on any screen on which it is viewed.


Either remember or note down the current max-width value somewhere.

3. Make Changes To The Widths in The Source Code

Go to Blogger.com and click on Theme from the left bar and then click on Edit HTML, as shown below.

Edit HTML in Blogger

[IMPORTANT] PLEASE MAKE SURE THAT YOU TAKE A BACKUP OF THE SOURCE CODE AS SHOWN ABOVE, BEFORE PROCEEDING TO TWEAK IT.

Once the Edit HTML page has loaded, press CTRL + F to bring up the search box.

Search For The Width Variable In The Source Code

Search for the #outer-wrapper max-width value (in my case it is 1200) that you just inspected. Press Enter to see the search results.

Please note that in your template the variable name (max-width) might be different, but it will be somewhat similar, meaningful and recognizable.

Editing HTML Blog Max Width in Blogger



Now you’ll have to make two changes, as you can see in the #outer-wrapper, there are two widths defined: max-width and width. Change both the values to auto as shown below. This will make your main blog content stretch up to the edge.

Inspect The Main Wrapper Width

Now again go to your site and refresh the page.

Next, inspect the width of the Content (#main-wrapper).

Inspect Main Wrapper



Remember the width (location shown by the arrow in the image) of the wrapper.

Edit The Main Wrapper Width

Go back to Blogger –> Edit HTML.

Now, search for the width value that you just inspected (in my case it is 800).

Change Main Wrapper Size

Replace the width value with 70%, and after the semicolon, add- padding-right:30px;

It would then look like : width:70%;padding-right:30px

Do not make any other changes in that line.

Inspect The Width Of The Sidebar

Again use inspect element to know the current width of the sidebar.

Edit Sidebar Width In Blogger


In my case, as it can be seen from the screenshot, the width is 300px.

Remember the value.

Edit Sidebar Width In Source Code

Again, go to Blogger –> Edit HTML.

Search for the sidebar width (300px in my case) which you inspected just now, from the source code in Edit HTML.

Search Width

Replace the width value with 27% and remove float: right (if present)

It would then look like width:27%;

Do not make any other changes on that line.

Finally, click on Save changes.

Refresh your blog and verify that if it has become full width or not.


Also Checkout – My handpicked list of the best magazine templates for blogger.

Hope this tutorial has helped you and you could make your blog full width successfully.

If not, please recheck that you followed all the above steps properly.

Open the backup text file from the desktop that you made in Step 0, select all the code, copy it and paste it in the HTML editor and click on Save changes.

Your blog will be restored to the previous format. Now, please follow all the steps again, more carefully.

If still, any problem persists, feel free to comment down your problem, and I will help you fix it, as soon as possible.

Done! Congratulations!

You’ve successfully made your blogger blog full width and now your blog will be displayed edge to edge (100% full width) on any screen, no matter how large or small it is.