Jump to content
WebFlake
  • 0

Post view problem


DarkXess

Question

Hey guys, for some reason my post view where you can "edit" and "quote" etc has suddenly moved to the center as you can see in the picture.

I have no reason why, the only thing I did these days was to edit some groups. Not added any coding/tweaks at all. Help me to fix it please, thank you.

 

hgl_zps3c917f52.jpg

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

i too experience this on certain skins like Brave for 3.4, you can just do a simple css edit and fix it

 

two ways to do it first is easy just search this code in ipb_styles.css

.post_body ul.post_controls{ margin: 0 -12px -12px -197px; }

and add

overflow: visible; 

to it

 

2nd is even easier just search this code in the same ipb_styles.css

ul.post_controls {
	margin: 0;
	background: #222222;
	border-top: 1px solid #2b2b2b;
	margin-top: 10px;
	padding: 6px;
	clear: both;
	overflow: hidden;
}

and just change 

overflow: hidden;

to

overflow: visible;

both worked for me ^^

  • Upvote 1
Link to comment
Share on other sites

  • 0

Oh ye sorry, i forgot to mention could you make me a moderator account please PM me, just temporary so i can see the post controls

 

I lost my PM rights on here, if you join the site as "cookie" I will then add you as moderator after. Though its not only Moderator who has the problem

its any member who is making a post so...

Link to comment
Share on other sites

  • 0

I lost my PM rights on here, if you join the site as "cookie" I will then add you as moderator after. Though its not only Moderator who has the problem

its any member who is making a post so...

I know its all members, but for me to look at the post controls i just need moderator for now, but sure ye i will sign up :D
Link to comment
Share on other sites

  • 0

I know its all members, but for me to look at the post controls i just need moderator for now, but sure ye i will sign up :D

 

Cool, once your on there I will make you a mod then, then we can use the shoutbox or pm system over there :P

Ok just a report back as I said I would keep Cookie informed, what browser did you use when on my site mate? ive just tried both Internet Explorer and also Firefox and the 

problem was fixed, so it seems to be a recent update of chrome which has broken something... so do you suggest I wait for another update of chrome and hope it fixes itself or

how to go about fixing it? :)

Link to comment
Share on other sites

  • 0

Cool, once your on there I will make you a mod then, then we can use the shoutbox or pm system over there :P

Ok just a report back as I said I would keep Cookie informed, what browser did you use when on my site mate? ive just tried both Internet Explorer and also Firefox and the 

problem was fixed, so it seems to be a recent update of chrome which has broken something... so do you suggest I wait for another update of chrome and hope it fixes itself or

how to go about fixing it? :)

I'm on chrome myself, so try downgrading or re-download it
Link to comment
Share on other sites

  • 0

i too experience this on certain skins like Brave for 3.4, you can just do a simple css edit and fix it

 

two ways to do it first is easy just search this code in ipb_styles.css

.post_body ul.post_controls{ margin: 0 -12px -12px -197px; }
and add

overflow: visible; 
to it

 

2nd is even easier just search this code in the same ipb_styles.css

ul.post_controls {
	margin: 0;
	background: #222222;
	border-top: 1px solid #2b2b2b;
	margin-top: 10px;
	padding: 6px;
	clear: both;
	overflow: hidden;
}
and just change 

overflow: hidden;
to

overflow: visible;
both worked for me ^^

Ye i just realized today after updating google chrome, thats it happened to me aswell, so i removed,

overflow: hidden;
worked great
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...