The Arcive of vBulletin Modifications Site. |
|
Messed up layout after upgrading Details »»
|
|||||||||||||||||||||||||
*problem fixed*
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I noticed this problem as well.
Has anyone come up with any fixes? |
|
#3
|
|||
|
|||
|
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 Code:
<fieldset> Code:
<fieldset class="fieldset"> 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;
}
Code:
<fieldset class="fieldset">
<legend><b>{$ibforums->lang['gamebox_rating']}</b></legend>
<center><span class="smallfont">
{$rating}
</span></center></fieldset>
Greetings Mahoni999 |
|
#4
|
|||
|
|||
|
Quote:
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? |
|
#5
|
|||
|
|||
|
Are you using skin_Arcade.php or skin_v3Aracade.php ?
make sure you tried first Step with the fieldset Replacement in the Arcade Skin Style that you using... Greetings Mahoni999 |
|
#6
|
|||
|
|||
|
I seem to remember the field issue being the one that fixed my forum but I also needed to change a setting in the acp and that was Store CSS Stylesheets as Files? changing that stting from yes to no sorted it.
|
|
#7
|
|||
|
|||
|
Quote:
This one is the skin_Arcade.php correct? |
|
#8
|
|||
|
|||
|
yes this is the skin_Arcade.php.
Did you also try change the setting in the acp Store CSS Stylesheets as Files? Now that acco posted this i also remember about it....plz try to change from YES to NO Greetings Mahoni999 |
|
#9
|
|||
|
|||
|
That actually made it look worse.
Its cool, I can wait until it gets sorted out. |
|
#10
|
||||
|
||||
|
Quote:
actually I tried to search around for a fix, originally - but did not find any. This fixed my main problem after upgrading. Thanks again - I feel quite embarassed right now
|
![]() |
|
|