Home
FM Discord
YouTube Channel
FM24 Data Update
FM26 Data Update
FM26 OOP Player Roles
Downloads
Graphics
Challenges
Blog
Forums
Videos
Tactics
FM26
FM26 Real Name Fix
FM26 Shortlists
FM26 DB
FM26 Men's Wonderkids
FM26 Women's Wonderkids
FM26 Men's Club Finances
FM26 Women's Club Finances
FM24 Update
FM24
FM23
FM Saves
FM Database
FM Guides
Installation Guides
Records
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