Hello! I' using your latest theme on another blog and I noticed this: 41,media,tumblr,com/016a4518f495f363499d8f46207b9f3a/tumblr_ny7iohZNJi1umzi9io1_540,png I think you can see what I mean. Is this connected with the max-width of the .tags-div or is it impossible to change that? Thank you!
Oh, sorry about that. I’ve updated the code but you can easily fix it yourself if you want too.
Go to Edit HTML and find this part:
.pinfo { display:block; text-transform:uppercase; font-size:7px;margin-top:10px;letter-spacing:0.1em;text-align:left;line-height:290%;background-color:{color:Background};border-top:1px solid {color:Borders}; }
Then add width: 400px; right below display:block;
Like this:
.pinfo { display:block; width:400px;text-transform:uppercase; font-size:7px;margin-top:10px;letter-spacing:0.1em;text-align:left;line-height:290%;background-color:{color:Background};border-top:1px solid {color:Borders}; }








