Home
Blog
Careers
Forums
Downloads
FM24 Real Name Fix
FM23 Real Name Fix
FM24 New Leagues
FM23 New Leagues
FM24 Tactics
FM24 Data Update
FM Database
FM Guides
FM Shortlists
FM24/25 Update Wonderkids
FM24/25 Update Free Players
FM24/25 Update Bargains
FM24/25 Update Players to avoid
FM24/25 Update Club Budgets
FM24/25 Update Club Facilities
Graphics
Installation Guides
Records
Prediction League
Fantasy Football
Search
saint Devill
Hi
Total novice here..
Im doing some minor editing to custom skin
I would like to move or realign the shirt/number below the player picture (see attached picture)
found the code related to this (I think) under Player personal detail panel
<!-- CONTAINER HOLDING KIT AND PLAER PIC -->
<container width="170">
<attachment_group class="horizontal_arrange" horizontal_gap="-125"/>
<container width="70">
<layout class="stick_to_sides_attachment" apply_to_children="true"/>
<widget id="cKit" class="kit_icon" width="1" image_alignment="centre" scale_picture="true" kit_path="zoomed/large" kit_number_path="large" >
<record id="object_property" get_property="Pers" set_property="objt"/>
</widget>
I managed to make other adjustments through trial and error.. But the shirt/number does not seem to have anything in relation to its alignment within that container.. or maybe I'm unable to identify it