Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Edward Caissie

    (@cais)

    @merkucio – You should be able to apply some custom CSS to set a margin or padding between the posts being shown by the plugin.

    Start with the div.bnsfc-container then reference whatever your theme uses for posts that suits your site best … you might look at something like:

    div.bnsfc-container .post {
        margin-bottom: 10px;
    }

    There are several classes you could target the above might not be best for your site but should work all the same. The key is to ensure the specificity by using the plugin’s “container” class.

    Thanks!

    ~Cais.

    Thread Starter Merkucio

    (@merkucio)

    It works. Thx.

    Plugin Author Edward Caissie

    (@cais)

    @merkucio – Thanks for following-up!

    ~Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to increase free space’ is closed to new replies.