MyBB Community Forums

Full Version: my quote style is suck!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
help me, my style quote not full in page

[attachment=23162]

it shows scroll, how to remove it ?


thx
In global.css
Look for
.Quote {
in it add
Width: 900px;

It will solve the issue Smile
(2011-06-25, 06:23 AM)envira Wrote: [ -> ]In global.css
Look for
.Quote {
in it add
Width: 900px;

It will solve the issue Smile

i dont find it

just
blockquote {
	background: #fffaec;
	width: 690px;
	border: 1px solid #ffdd7f;
	padding: 4px;
	margin: 4px;
	overflow: auto;
}

blockquote cite {
	display: block;
	padding: 4px;
	border-bottom: 1px dashed #ffdd7f;
	margin-bottom: 4px;
	font-style: normal;
	font-weight: bold;
}

blockquote cite span {
	font-weight: normal;
}
Change "width: 690px;" to "width: 100%;"
(2011-06-25, 06:31 AM)Jordan Lovelle Wrote: [ -> ]Change "width: 690px;" to "width: 100%;"

thx, it works, i love u HeartHeart

btw, i have install plugins reputation bars from sabichul in here

but, the negative bar not work, only green rep works

can u help me ?


many thanks
here is the ss
[attachment=23163]
You'll have to ask for support from the plugin author. I assume that the setting is to only show one red bar no matter how much negative reps. Ask for the author for help though, since I could be wrong.
(2011-06-25, 07:06 AM)Jordan Lovelle Wrote: [ -> ]You'll have to ask for support from the plugin author. I assume that the setting is to only show one red bar no matter how much negative reps. Ask for the author for help though, since I could be wrong.

its okey , thx for ur help Heart