YAFLogo

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
15 years ago
I'm running 1.9.3 (upgraded from 1.9.1.8) and have a problem with one of our topcs. It's 45 pages long now, and page one looks right, but all the other pages have a glitch in the display of the buttons. anyone see this before?
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

Sponsor
herman_herman
15 years ago
Hi

This is just a small CSS problem which can be easily fixed.Open the style.css file of you theme ,find the class ".yafnet a.yafcssbigbutton span" and start playing with its variables.You can increase the width of buttoms.for example:

.yafnet a.yafcssbigbutton span {
	background: transparent url('button.gif') no-repeat;
	display: block;
	line-height: 15px;
	padding: 4px 25px 4px 12px;
}

to

.yafnet a.yafcssbigbutton span {
	background: transparent url('buttonBackBig.gif') no-repeat;
	display: block;
	line-height: 15px;
	padding: 4px 25px 4px 12px;
	width: 100px;
}
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
15 years ago
Thanks; that sorted it
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com