How to write Description Below Title in Blogger Dynamic Views

Hello! I've seen a couple of users finding a way to force the Description field to sit below the Title field in Blogger Dynamic Views. This post should walk you through the process.

- Go to Template Designer 
- Advanced 
- Add CSS 
- Paste the following code

#header .header-bar .title, .ss{

padding-top: 14px;
line-height: 30px !important;
margin-right: 0px !important;
}
#header.header div.header-bar span.title h3 {
display: block !important;
position: relative;
top: -10px;

}

- Press enter after the last character of the last line  

- Apply to Blog. 


Previous
Next Post »