Profile on the right side not changing to left side
4 posters
Page 1 of 1
Profile on the right side not changing to left side
I've tried changing the profile in the forums from right to left by going to Admin Panel>> General>> Forum>> Configuration>> Page Structure>> Profile position in the messages>> Left.
The problem is its still on the right despite changing it. What is the problem??
The problem is its still on the right despite changing it. What is the problem??
Last edited by magicm00n on March 2nd 2012, 12:26 pm; edited 1 time in total
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
I think I know why. Maybe its because I'm using a theme and it is already set in the CSS stylesheet. Anyone know which code to look for in the CSS stylesheet to change so that it will make my profile post on the left side?
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead! |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Profile on the right side not changing to left side
slg wrote:
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Don't you have a solution for me instead of correcting me with the rules?
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
Please post your forum version and the forum's link.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Profile on the right side not changing to left side
Im using phbb3 and im using a personalize theme which has CSS codes installed with the theme.
I said this in my previous post.
I think I know why. Maybe its because I'm using a theme and it is already set in the CSS stylesheet. Anyone know which code to look for in the CSS stylesheet to change so that it will make my profile post on the left side?
I said this in my previous post.
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
Could you please post the link to the personalized theme?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
Hi!
1. Search in CSS Stylesheet for:
2. This:
3. Search:
4. Then:
5. And finally:
1. Search in CSS Stylesheet for:
- Code:
#wrap dl.postprofile {
float: none;
}
- Code:
#wrap dl.postprofile {
float: left !important;
}
2. This:
- Code:
div.postbody {
width: 100%;
float: none;
}
- Code:
div.postbody {
width: 100%;
float: right !important;
}
3. Search:
- Code:
.postprofile {
color: #536482;
margin: 5px 0 0px 0;
min-height: 80px;
border-left-style: solid;
border-left-width: 1px;
border-color: #dbdada;
width: 22%;
float: right;
display: inline;
position: relative;
}
- Code:
.postprofile {
color: #536482;
margin: 5px 0 0px 0;
min-height: 80px;
border-left-style: solid;
border-left-width: 1px;
border-color: #dbdada;
width: 22%;
float: left !important;
display: inline;
position: relative;
}
4. Then:
- Code:
#topicreview .postbody {
width: auto;
float: none;
margin: 0;
height: auto;
}
- Code:
#topicreview .postbody {
width: auto;
float: right !important;
margin: 0;
height: auto;
}
5. And finally:
- Code:
.postbody {
padding: 0;
line-height: 1.48em;
color: #536482;
width: 76%;
float: left;
clear: both;
}
- Code:
.postbody {
padding: 0;
line-height: 1.48em;
color: #536482;
width: 76%;
float: right !important;
clear: both;
}
Guest- Guest
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
Coddy one more thing please, can you please look in the codes again because my forum language is english but when i searched my forum on google my forum name and description is in Russian language. PLease check because I think somewhere in the codes its set to Russian language.
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
That is not because that codes I gaved you. Be sure.
I think this problem with language is not related with the problem in the first post.
Administration Panel => General => Forum promotion => Search engines => Referencing : metatags => Site Description.
I think this problem with language is not related with the problem in the first post.
Administration Panel => General => Forum promotion => Search engines => Referencing : metatags => Site Description.
Guest- Guest
Re: Profile on the right side not changing to left side
Coddy wrote:That is not because that codes I gaved you. Be sure.
I think this problem with language is not related with the problem in the first post.
Administration Panel => General => Forum promotion => Search engines => Referencing : metatags => Site Description.
I know lol, I mean the codes that came with the theme in the CSS Stylesheet because I've checked the metatags its in english and I certainly dont know Russian. Can you look at the CSS Stylesheet from this theme im using because I think its something there that is making my description Russian.
http://en.hitskin.com/search-a-skin/facebook-skin-156159.htm
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Profile on the right side not changing to left side
It's absolutelly impossible. CSS (Cascading StyleSheet) can't affect the forum language. So, description, language, forum title etc. depends only by HTML. So, I don't have any explanations for your problem, so I think you need to create another topic for this problem, and the problem with profile will be solved and locked.
Thanks.
Thanks.
Guest- Guest
Re: Profile on the right side not changing to left side
Hello,
This all solved?
This all solved?
MrMario- Helper
- Posts : 22186
Reputation : 1839
Language : test
Re: Profile on the right side not changing to left side
Already solved, so this will be moved
And please avoid double posting.
And please avoid double posting.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Footers now on left side of screen
» Thread body left side instead of right side
» How to add a yellbox at the left side of the forum ??
» How Can I Make This Chatbox V2.0 On The Left Side
» Sticky bar on left side of forums
» Thread body left side instead of right side
» How to add a yellbox at the left side of the forum ??
» How Can I Make This Chatbox V2.0 On The Left Side
» Sticky bar on left side of forums
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum