header issue with avatar

Pebbles

Addicted
Joined
Jan 15, 2013
Messages
789
Reaction score
47
FP$
2,790
voODRww.webp

here is the thing

as you can see on the preview above(cannot show the actuall page as the theme is not online yet)
the avatar in right top corner is in the way
its 100x100
and i have no idea how to move it to the spot where it says
''login to view avatar'' which is located in the left of the header image^^^^

this is the theme
http://www.adminslounge.net/index.php/topic,32.0.html
but since you probably are not gonna have access to it
here is the code i ussualy edit from smf themes.. to move the avatar... in this case not really working out for me

Code:
.your_avatar {
	 float: left;
	 top: 140px;
               left: 92px;

in most smf themes its not ''your'' but ''my''
if i remember correctly... so i find that kinda weird but whatever x]

so if anyone can help me out here would be great
if you need more info or other codes so you can help please say so and ill post them
:great:​
 
Unless you give a web link there is not much one can do.

However you could give attach the index.template.php and index.css and one could try and assist you.
 
Code:
.your_avatar {
    float: left;
    top: 140px;
    left: 92px;
    width: 20px;
    height: 20px;
}
 
NBK*Twitch said:
However you could give attach the index.template.php and index.css and one could try and assist you.

Agree. I'd have to see the theme's index.template.php to even attempt this. Or at least paste the portion of code dealing with this area.

Probably one of the reasons its not moving left any further is because there's a table set up and you have it in a right side block within that table html code. Instead of 'float' try 'align' and see if it moves any further left
 
Terry Harvey said:
Code:
.your_avatar {
    float: left;
    top: 140px;
    left: 92px;
    width: 20px;
    height: 20px;
}
why 20 when the avatars are 100x100?
anyway nothing like that works though

thanks to all for replying and wanting to help

i tried to upload the mentioned files as attachment but didnt work
forum doesnt upload php file and when i tried css one its sorta crashed? i dont know, just didnt work...

so should i just copy both files completely and post them here?​
 
Have you tried SMF Support's forum? In all honesty, you'd most likely get the help you're looking for there, plus can attach complete files to your posts.
 
hcfwesker said:
Have you tried SMF Support's forum? In all honesty, you'd most likely get the help you're looking for there, plus can attach complete files to your posts.
i know
i will do that​
 
Back
Top Bottom