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
- ๐งญ Go to Blogger Dashboard
- ๐จ 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 :)