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

Comments 7

fueschgast June 20 2012, 16:54:35 UTC
Can't help with issue 2 (checked it in 3 browser and the distance looked normal in each), but I can help you with issue 1: You have the userhead code twice in there. Delete the first one and then edit the second one: change the first number in padding to something higher.

Reply

erisnx June 20 2012, 17:33:34 UTC
thanks for your help the second issue is with my community la_villa_blanca

Reply


tuff_ghost June 20 2012, 17:01:13 UTC
I don't see any space between tags and moods on your journal; maybe it doesn't show up with your current moodtheme.

The positioning of the userhead icons can be changed by playing with the padding in the rules which define the userhead bg images:

.ljuser img[src*="img/community.gif"] {
background: url("http://i1117.photobucket.com/albums/k585/erisnx/Mini%20Icons/031.png") no-repeat scroll 0 0 transparent !important;
height: 0 !important;
padding: 13px 0 0 10px !important;
width: 0 !important;
}

I changed padding-top from 10px to 13px, and it seemed to look fine after that.

Reply

erisnx June 20 2012, 17:33:05 UTC
thanks it worked like a charm :) and the second issue is with my community la_villa_blanca

Reply

tuff_ghost June 20 2012, 17:50:46 UTC
reply here, misplaced because new commenting system is a steaming POS

Reply


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