moving this
2 posters
Page 1 of 1
moving this
How do i my staff banner to corner?
My forum url ( post ) - http://tommyzserver.forummotion.com/t1-aswdafafsdasdasdasdasds
My forum url ( post ) - http://tommyzserver.forummotion.com/t1-aswdafafsdasdasdasdasds
Last edited by shadowz au on September 22nd 2011, 17:25; edited 1 time in total
Re: moving this
Hi,
You can do it by adding the following code in Admin CP > Display > Colors > CSS
If it affects other images, like online image, use the following code..
You can do it by adding the following code in Admin CP > Display > Colors > CSS
- Code:
.user {
position: relative;
}
.user-basic-info img {
position: absolute;
top: 0px; right: 0px;
}
If it affects other images, like online image, use the following code..
- Code:
.user {
position: relative;
}
.user-basic-info img:first-child {
position: absolute;
top: 0px; right: 0px;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: moving this
Ok, please remove those changes.
Now you need to use this CSS code...
and make changes in viewtopic_body template.
Find this code in the viewtopic_body template...
replace it with this code...
Save it and publish it. The code should work now
Now you need to use this CSS code...
- Code:
.user {
position: relative;
}
.rankImg {
position: absolute;
top: 0px; right: 0px;
}
and make changes in viewtopic_body template.
Find this code in the viewtopic_body template...
- Code:
{postrow.displayed.RANK_IMAGE}
replace it with this code...
- Code:
<span class="rankImg">{postrow.displayed.RANK_IMAGE}</span>
Save it and publish it. The code should work now
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: moving this
This code would do the trick...
It will affect the border of the use box, I guess.
- Code:
.user {
overflow: visible !important;
}
.rankImg img {
margin-top: -4px;
margin-right: -4px;
}
It will affect the border of the use box, I guess.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: moving this
Thanks..
- Code:
.user {
position: relative;
overflow: visible !important;
}
.rankImg img {
position: absolute;
top: 0px; right: 0px;
margin-top: -4px;
margin-right: -4px;
}
Re: moving this
Glad I could help
Topic Solved
Topic Solved
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum