The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Profile position in the messages

2 posters

Go down

Profile position in the messages Empty Profile position in the messages

Post by couhalllan March 15th 2009, 10:57 pm

On Profil position in the messages I click left and save but for some reason it stays on the right? What am I doing wrong?
avatar
couhalllan
New Member

Posts : 9
Reputation : 0
Language : english

Back to top Go down

Profile position in the messages Empty Re: Profile position in the messages

Post by magicm00n March 16th 2009, 4:12 am

If that didn't work you have to find and change it in the CSS Stylesheet.
magicm00n
magicm00n
Active Poster

Female Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion

Back to top Go down

Profile position in the messages Empty Re: Profile position in the messages

Post by couhalllan March 16th 2009, 9:17 am

Thanks m8, I ll try, any idea what it will look like? Its it here I change it on the
CSS Stylesheet
/* Posts */
#wrap div#page-body div.topic-actions,#wrap div#page-body .pagination,#wrap div#page-body .left-box,#wrap div.postbody ul.profile-icons,#wrap div.postbody img,#wrap dl.postprofile,#wrap div.post .right,#wrap div.postbody div.signature {
float: none;
display: none !important;

Do I chage the two rights for lift? Sry if this is a silly question but I have never woked with CSS(I had never heard of it till 2 days ago!)


Last edited by couhalllan on March 16th 2009, 9:28 am; edited 1 time in total (Reason for editing : ADDING: INFO)
avatar
couhalllan
New Member

Posts : 9
Reputation : 0
Language : english

Back to top Go down

Profile position in the messages Empty Re: Profile position in the messages

Post by magicm00n March 16th 2009, 10:45 am

Go to your CSS and locate this:

Code:
    .postprofile {

You should find a class under it like this:

Code:
float: right

Change the float to left and it should work.
magicm00n
magicm00n
Active Poster

Female Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion

Back to top Go down

Profile position in the messages Empty Re: Profile position in the messages

Post by couhalllan March 16th 2009, 11:23 am

Thanks m8 I tried but no luck. I change back here's how it looks
}
#wrap dl.postprofile {
float: none;

Was I in the right place?
avatar
couhalllan
New Member

Posts : 9
Reputation : 0
Language : english

Back to top Go down

Profile position in the messages Empty Re: Profile position in the messages

Post by magicm00n March 16th 2009, 11:45 am

This is what you should get:

Code:
}
.postprofile {
color: #6B6B6B;
margin: 5px 0 0px 0;
min-height: 80px;
border-left-style: solid;
border-left-width: 1px;
border-color: #ffffff;
width: 22%;
float: right;
display: inline;
}
magicm00n
magicm00n
Active Poster

Female Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion

Back to top Go down

Profile position in the messages Empty Re: Profile position in the messages

Post by couhalllan March 16th 2009, 11:54 am

Oh find it and changed it to left, but still no luck, any idea's?
}
.postprofile {
color: #6B6B6B;
margin: 5px 0 0px 0;
min-height: 80px;
border-left-style: solid;
border-left-width: 1px;
border-color: #ffffff;
width: 22%;
float: left;
display: inline;

Does Version default style make a difference?
avatar
couhalllan
New Member

Posts : 9
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum