๐Ÿงฉ How to Add a 3-Column Header Widget in Blogger Using Custom CSS

Want to spice up your Blogger layout with a custom 3-column header widget? Whether you're showcasing featured posts, announcements, or sponsor ads, this layout trick will help you organize your content beautifully at the top of your blog. This guide walks you through how to create a responsive and visually appealing 3-column widget using custom CSS.


๐ŸŽฏ Why Add a 3-Column Header Widget?

  • Better space usage above the fold
  • ๐Ÿ“Œ Highlight key content like promos, categories, or recent posts
  • ๐Ÿงฑ Supports magazine-style layout
  • ๐Ÿš€ Improved user experience and navigation flow

๐Ÿ› ️ Step-by-Step Guide

1️⃣ Access Your Blogger Theme

  1. ๐Ÿงญ Go to Blogger Dashboard
  2. ๐ŸŽจ Select Theme > Click Customize > Choose Edit HTML

2️⃣ Paste the Custom CSS Code

๐Ÿ“‹ Below is the full CSS code that defines the layout and styles of your new header widget. Paste it just before </head> or inside existing <style> tags.

 =======================================================*/
/*------------------HEADER WIDGET (ADDED)---------------*/
/*=======================================================*/
#upper {margin: auto;
  padding: 0px 0px 5px 0px;
  width: auto;
  background: none;}

#upper-wrapper { margin: auto;
  padding: 0px;
  width: auto;}

#upperbar-wrapper {border: none;
  background: none;
  margin: 0px 5px auto;
  padding-bottom: 0px;
  width: 100%;
  text-align: justify;
  font-size: 100%;
  line-height: 1.6em;
  word-wrap: break-word;
  overflow: hidden;}

.upperbar {margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;}

.upperbar .widget {flex: 1;
  margin: 0;
  padding: 0;}

.upperbar h2 {background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipTA21R_vPqx3kG3HauaxqbECu8BJtw8ReKZVo0buyp4t2w-BG8MNX9LrjprwzuQNiWetiesy8Ei1f7l6Q2yGTMqjwxnplUOwgIW15r0zybSC6Y_6t14dlwQPhNrhfXOANKq-2KNFD6_0x/s0/side.png) no-repeat center;
  color: #31bbbb;
  border-bottom: 1px dashed #dcd1ba;
  font-family: 'Architects Daughter', cursive;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: normal;
  padding: 5px 0px 5px 5px;
  line-height: 1.5em;
  margin: 0px auto 5px;
  text-align: left;}

.upperbar ul {margin: 0;
  padding: 0;
  list-style-type: none;}

.upperbar li {  margin: 0px 0px 2px 0px;
  padding: 0px 0px 1px 0px;
  border-bottom: 1px dotted #ccc;}


๐Ÿ’ก Tips for Content Placement

Use HTML/JavaScript gadgets in each column. Here are ideal content ideas:

  • ๐Ÿ”— Recent blog post links
  • ๐Ÿ“ฐ News or announcements
  • ๐Ÿ“ฃ Affiliate banners or sponsor logos
  • ⭐ Call-to-action buttons for navigation

๐ŸŒ SEO Best Practices for Blogger Layouts

  • ๐Ÿ–ผ️ Use ALT tags for all images inside the widget
  • ๐Ÿงน Avoid inline styles—use external or header-injected CSS
  • ๐Ÿง  Label widgets with keywords like “Featured”, “Deals”, “Updates”
  • ๐Ÿ“ฑ Ensure layout is mobile responsive (use media queries)

๐Ÿ“Œ Adding a 3-column header widget in Blogger is a smart way to boost your blog’s layout, highlight important sections, and improve user engagement. With clean, responsive design and SEO-friendly structure, this upgrade can make a big difference in how readers interact with your blog.


๐Ÿ’ฌ Need Help?

Need a responsive CSS version or help inserting this into your XML layout?

๐Ÿ‘‡ Drop a comment below or contact me directly!

 

 


0 Comments:

Post a Comment

Thank you for reading! Please share and like my Facebook page :)

 
Unless otherwise stated, Lakwatserang Ligaw is the legal copyright owner of all materials on this site © | Template by Ipietoon Cute Blog Design