Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor farinspace

    (@farinspace)

    You would have to do this in your CSS, the markup that the Nooz plugin outputs has specific CSS class names and IDs which you can target in your CSS.

    For example:

    .nooz-datetime {
        display: block;
        margin-bottom: 20px;
    }

    If you “view source” of your page, you will see the HTML markup that Nooz outputs, you will also notice the css class and IDs.

    Plugin Contributor farinspace

    (@farinspace)

    Please let me know if you need any more assistance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NO space between date and Short description in Excerpt Tag in List / group view’ is closed to new replies.