MyTCG is set up to display the cards per row according to your layout. If you want to display your cards 5 per row.. this is how! (You are editing the viewcards.php file)
- Find
<center>
This should be right above the PHP coding where it saysif($deck=="member") {
- Add
<div style="width:500px">
right after the<center>
code.
According to your card width the 500px may need to be adjusted. - Then we need to close the tags, so find
</center>
and change it to</div></center>
. - Save & upload… that should be it!