Okay
  Public Ticket #1276520
Increasing size of nk post carousel and nk recent posts tools
Closed

Comments

  • graemedt started the conversation

    As above, I'd like to increase the size. 

    For either tool, I'd like to show two large cards on the page. I can't find out how to increase the size in the tools. 

  •  522
    Nikita replied

    Hi.

    If you want to show 2 columns in the posts lists, you can only change it with code customization.

    For example, if you added nK Recent Posts shortcode with Style 3, you need to make changes in the file wp-content/themes/youplay/template-parts/content-3.php

    You can copy this file in the child theme and make customizations to prevent loosing your changes after main theme update.

    Look at these classes:

    To make your posts list to 2 columns, you need to change it to this one "item col-sm-6".

    What about posts carousel - this is possible only with deep JS customizations, that we don't provide.

    Best regards, nK.