Navigation

    Migaku Community

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to customize back side of cards to show 2 columns?

    Technical Support
    1
    2
    12
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Huong last edited by Huong

      I mostly use Anki on my computer.
      The current MGK note type is pretty but it looks really small on my screen(see the image below).

      My screen is large enough so I want to divide my screen to 2 columns. Move {{Screenshot}} and {{Images} to the left, and everything else to the right side and make the text larger. Leave nothing left on either side of the screen. I'm not a coder so it's hard for me.
      I hope to have some of your help, thank you.

      5f3af782-f611-4551-a0c8-2f0cbc499436-image.png
      I tried some way but it doesnt work with Migaku note type.
      To styling:

      .column {
      float: left;
      width: 50%;
      }
      

      To backside:

      <div class="column">
      
      {{RIGHT SIDE}}
      
      </div>
      
      
      <div class="column">
      <div class="entry">
      
      {{RIGHT SIDE}}
      
      </div>
      </div>
      
      
      1 Reply Last reply Reply Quote 0
      • H
        Huong last edited by

        7e0c198c-53c3-4869-9c2c-61ce933cc127-image.png
        I did it, looks much better now.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post