Customizing SMF > Graphics and Templates

moving userarea

(1/2) > >>

AlyssaM:
hello folks

im trying to move the userarea info
the stuff that says ''
Show unread posts since last visit.
Show new replies to your posts.
April 29, 2012, 10:49:11 AM
''
 in the header
now i already got it from left to right but i want it a little bit more to the right because now its overlapping something
how can i move it?

im using the theme ''Reference'' by crip
i actually posted the same message in his Reference topic but still no reply yet
i kind of want this to be solved as quickly as possible
so thats  why im also asking here now

thank you!

Ricky.:
That shouldn't be hard, have tried using some tool like firebug for firefox, or try pressing F12 if using IE, you can see what you need to change in CSS. As Reference is not custom theme, we can't give you exact steps and that too without showing us anything.. link or screenshot.

AlyssaM:


thats a screenshot of the header image and you can clearly see the userarea message
it needs to go more to the right

AlyssaM:
i guess no one is able to help out then? :'(

ARG:
Find this in index.css

--- Code: ---#userarea {
    color: #DDDDDD;
    float: right;
    font: 12px arial,sans-serif;
    height: 73px;
    padding: 20px 25px 0;
    text-align: left;
    width: 38em;
}
--- End code ---

and change to

--- Code: ---#userarea {
    color: #DDDDDD;
    float: right;
    font: 12px arial,sans-serif;
    height: 73px;
    padding: 20px 25px 0;
    text-align: right;
    width: 38em;
}
--- End code ---

 Also the userarea is quite wide by default so you may also try adjusting the width as well.

 ;)

Navigation

[0] Message Index

[#] Next page

Go to full version