Custom userhead dips lower & Space betwen tags and moodtheme is too big

Jun 20, 2012 11:59

Alright I've got two problems that have been bugging me for quite a while now. This is a plus account btw.

Issue 1 - The custom userhead dips a little lower than the rest of the name making it look like this (SOLVED!)
issue 1 )

metadata, tags

Leave a comment

tuff_ghost June 20 2012, 17:49:34 UTC
In that case it's a combination of vertical padding on entry_text...

.entry_text {
background-color: #FFFFFF;
margin-right: 140px;
min-height: 150px;
padding: 10px 20px 0;
}

(changed from padding: 10px 20px)

...and vertical padding on currents:

.currents {
background-color: #FFFFFF;
border-right: 10px solid #FFFFFF;
clear: right;
color: #999999;
font-size: 7pt;
margin: 0 10px 0 0;
padding: 0 25px 8px;
text-align: left;
}

(changed from padding: 8px 25px)

Reply

erisnx June 20 2012, 23:10:58 UTC
It worked but now a thin gray line is between the moodtheme and the tags.

Reply


Leave a comment

Up