Forum > Code & Stuff

Design Happy New Year Theme Fixes

(1/2) > >>

Skhilled:
To fix the user area at the top right after the user logs in...where the avatar is showing. index.css - line 1507. Note that only the last two lines have been changed:

Change this:


--- Code: ---div.top_section div.user {
    background: url("../images/theme/user_bg.png") no-repeat scroll 0 -8px transparent;
    float: left;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    color: #fff;
    padding-left: 12px;
    width: 340px;
}
--- End code ---

To this:


--- Code: ---div.top_section div.user {
    background: url("../images/theme/user_bg.png") no-repeat scroll 0 -8px transparent;
    float: left;
    font-size: 11px;
    height: 80px;
    overflow: auto;
    color: #fff;
    padding-left: 0px;
    width: 345px;
}
--- End code ---

Ken:
Steve, is this for a specific theme?

Skhilled:
This theme...as shown in the copyright???  :rofl2

Also the grey block that is showing behind it need to be longer lengthwise which would help.

Ken:
OK, except for me the avatar is showing on the left side of the page.


I'll try to look at this tomorrow, it has been a little rough for the past couple of days.

Skhilled:
Yes, that grey box needs to be longer.

There's other issues as well like the search box and the posts section being cutoff on the forum page on the right. Was just looking to see if I can widen the forum to make it show. I collapsed the left TP column and it breaks at the top where the title bars are.

Navigation

[0] Message Index

[#] Next page

Go to full version