Quote:
Originally Posted by Mahoni999
this has been posted so many Times....did you read and try some Things descriped in those Treads ?
One Solution that helped many Users :
Go into your arcade skin
Search for
Replace any of it with...
Code:
<fieldset class="fieldset">
See if this helps to fix your Problem.
You could also try this:
Go to your Template arcade.css and adjust a few mor Pixels
Code:
.fieldset {
padding: 5px;
font-size: {vb:stylevar font-size};
border: 1px solid #c4c4c4;
margin: 0 10px;
}
and aditional try in your skin_Arcade.php the following...
Code:
<fieldset class="fieldset">
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>
under this Code leave one empty Line as Space......
Greetings
Mahoni999
|
Thanks man. Sorry if I seem demanding, I just get a little short doing all the upgrades on one day and running into problems every step of the way.
My OCD with having things look right doesnt help.
But just for the record the <fieldset> issue did nothing for me.
I increased the margin to no avail.
Also, that code you wanted me to replace in skin_Arcade is already there. Is that the same code as line 207 in the skin_Arcade.php?