Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved PostBit - css help
#1
Not Solved
Hi guys I have installed myachievements but I would like it to be displayed like in the picture. This is the code I want to be displayed in the middle. Please help.
CODE:
{$post['myachievements_postbit']}


Attached Files Thumbnail(s)
   
#2
Not Solved
do you actually get achievements on the postbit ?
#3
Not Solved
(2013-06-12, 02:28 PM).m. Wrote: do you actually get achievements on the postbit ?
Yes it works ok but it makes user profile look too tall
#4
Not Solved
find code like below in the postbit template
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</td>
add below code in a new line before above code and save the template
<td class="achievements">{$post['myachievements_postbit']}</td>

if required, you can add style for class .achievements in global.css
#5
Not Solved
DUDE! OMG I love you man OMG! You are awesome thank you so much,

Hi could you help me please I use this css but it doesn't work when I change screen resolution
{
float: right;
padding-top: 0px;
padding-right: 180px;
}
#6
Not Solved
^ may be there is a confusion of using padding and margin.
can you elaborate what you are trying to get and also give a test url
#7
Not Solved
Hi could you help me please I have no idea how to do that. I align, but when I change screen resolution it gets out of alignment
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)