{"id":90,"date":"2012-09-09T11:33:00","date_gmt":"2012-09-09T11:33:00","guid":{"rendered":"http:\/\/www.heerentanna.com\/2012\/09\/09\/how-to-create-full-width-of-specific-post-or-page-in-blogger-blog\/"},"modified":"2023-08-29T11:39:21","modified_gmt":"2023-08-29T06:09:21","slug":"create-full-width-post-or-page","status":"publish","type":"post","link":"https:\/\/www.heerentanna.com\/blog\/create-full-width-post-or-page.html","title":{"rendered":"How to create full width of specific post or page in blogger blog?"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"alignleft size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"228\" src=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/post-or-page-full-width-blogger.png\" alt=\"\" class=\"wp-image-6414\" srcset=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/post-or-page-full-width-blogger.png 400w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/post-or-page-full-width-blogger-275x157.png 275w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/post-or-page-full-width-blogger-390x222.png 390w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/figure>\n<\/div>\n\n\n<p>Recently i was working on to increase width of my About us , Contact us, and&nbsp;Advertise&nbsp;post so it will give more&nbsp;professional&nbsp;look to our blog. <\/p>\n\n\n\n<p>Before a few day with the help of <a href=\"https:\/\/www.heerentanna.com\/blog\/how-hideshow-gadget-in-blogger-home.html\" target=\"_blank\" rel=\"noreferrer noopener\">hide and show Conditional Tag<\/a> i have find solution for the same which i am going to share with you. I have first hide&nbsp;slider, footer&nbsp;and the all the elements post area like title, date,&nbsp;author&nbsp;indicator etc. and added the parameter of showing HTML code on that specific customized code not only this but also i have added two column in which you might add Parser&nbsp;AdSense code or image it&#8217;s up to you&nbsp;. I advice you to use this tips only on your contact page and about page. I had already changed my <a href=\"https:\/\/www.heerentanna.com\/contact\/\" target=\"_blank\" rel=\"noreferrer noopener\">Contact us<\/a> post, <a href=\"https:\/\/www.heerentanna.com\/about\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.heerentanna.com\/about\" rel=\"noreferrer noopener\">About us<\/a> post and&nbsp;Advertise on our blog page. following is a&nbsp;screenshot&nbsp;of&nbsp;before&nbsp;and after views by using this tips. &nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-vivid-red-color has-text-color\">BEFORE<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"585\" height=\"501\" src=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/Before+contact+page.png\" alt=\"\" class=\"wp-image-761\" srcset=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/Before+contact+page.png 585w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/Before+contact+page-367x314.png 367w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/Before+contact+page-183x157.png 183w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/Before+contact+page-390x334.png 390w\" sizes=\"auto, (max-width: 585px) 100vw, 585px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-vivid-cyan-blue-color has-text-color\">AFTER<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"585\" height=\"333\" src=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/After+contact+page.png\" alt=\"\" class=\"wp-image-677\" srcset=\"https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/After+contact+page.png 585w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/After+contact+page-552x314.png 552w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/After+contact+page-276x157.png 276w, https:\/\/www.heerentanna.com\/blog\/wp-content\/uploads\/2012\/09\/After+contact+page-390x222.png 390w\" sizes=\"auto, (max-width: 585px) 100vw, 585px\" \/><\/figure>\n\n\n<h4>How to create full width of specific post or page in blogger blog?<\/h4>\n<p>Following are the few simplest step which you are required to follow to do the same what i did.<\/p>\n<p><strong>Step 1:<\/strong> <strong>Login<\/strong> in to your blogger account. <a href=\"http:\/\/www.blogger.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Click here<\/a>.<br \/><strong>Step 2:<\/strong> <strong>backup your template.<\/strong> ( How to backup your blogger template? ) <strong>Step 3:<\/strong> <strong>Find following code<\/strong> by pressing <strong>Ctrl+F<\/strong>.<\/p>\n\n\n<pre class=\"wp-block-code\"><code>&lt;\/head&gt;<\/code><\/pre>\n\n\n\n<p><strong>Step 4:<\/strong> <strong>Copy and Paste following code<\/strong> just above <em><strong>&lt;\/head&gt;<\/strong><\/em> tag.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;b:if cond='data:blog.url == &amp;quot;Your_Post_OR_Page_URL&amp;quot;'&gt;\n&lt;style type='text\/css'&gt; .sidebar {display:none;} #lsidebar\n{display:none;} #rsidebar {display:none;} #main-wrapper\n{display:none;} .post {display:none;} #crosscol-wrapper, \n#credits {display:none;} &lt;\/style&gt; &lt;\/b:if&gt;<\/code><\/pre>\n\n\n\n<p><strong>NOTE:<\/strong> Don&#8217;t forget to Change <em>Your_Post_OR_Page_URL<\/em> with your own Page or Post URL. <strong>Step 5:<\/strong> Now <strong>find following code<\/strong>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div id='main-wrapper'&gt;<\/code><\/pre>\n\n\n\n<p><strong>Step 6:<\/strong> <strong>Copy following code<\/strong> and paste it just above&nbsp; <em><strong>&lt;div id=&#8217;main-wrapper&#8217;&gt;<\/strong><\/em> Code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;b:if cond='data:blog.url == &amp;quot;Your_Post_OR_Page_URL&amp;quot;'&gt;\n&lt;div style='background-color:white;border-radius:10px;border:1px solid black;padding:10px;'&gt; \n&lt;div dir='ltr' style='text-align: left;' trbidi='on'&gt; \n&lt;center&gt; &lt;table border='0' cellpadding='0' cellspacing='0'&gt;\n&lt;tbody&gt; &lt;tr&gt; &lt;td colspan='2' valign='BOTTOM'&gt;\nAd Top horizontal image or Adsense Code with 728*90 size (Add Parser&nbsp;Adsense code Only)\n&lt;\/td&gt;&lt;\/tr&gt; &lt;tr&gt;&lt;td bgcolor='#ffffff' valign='top' width='160'&gt;\nAdd Image or Adsense code with 160*600 size. (Add Parser&nbsp;Adsense code Only)\n&lt;\/td&gt; &lt;td bgcolor='white' valign='top' width='550'&gt; \n&lt;table border='0' cellpadding='0' cellspacing='0'&gt; &lt;tbody&gt; \n&lt;tr&gt;&lt;td valign='top' width='650'&gt;\nHere you required to add html code of your contact us page.\n(If you don't have contact form, Don't be tense here is a post for the same : \nHow To Create and Customize Contact Page For Blogger Blog? .)\n&lt;\/td&gt;&lt;\/tr&gt; &lt;\/tbody&gt;&lt;\/table&gt; &lt;\/td&gt;&lt;\/tr&gt; &lt;\/tbody&gt;&lt;\/table&gt; \nHere will be your footer text or else you can leave it blank. \n&lt;\/center&gt; &lt;\/div&gt;&lt;\/div&gt; &lt;\/b:if&gt;\n<\/code><\/pre>\n\n\n\n<p><strong>NOTE:<\/strong> Don&#8217;t forget to Change <em>Your_Post_OR_Page_URL<\/em> with your own Page or Post URL. <strong>Step 7:<\/strong><strong>Save your template<\/strong> that set. And <strong>see your page or post.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"Recently i was working on to increase width of my About us , Contact us, and&nbsp;Advertise&nbsp;post so it&hellip;","protected":false},"author":1,"featured_media":14843,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"csco_display_header_overlay":false,"csco_singular_sidebar":"default","csco_page_header_type":"default","footnotes":""},"categories":[5],"tags":[],"class_list":{"0":"post-90","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-blogging-tips","8":"cs-entry"},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":0,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/media\/14843"}],"wp:attachment":[{"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heerentanna.com\/blog\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}