• Resolved CRJG

    (@crjg)


    I am using the de naani theme and I can’t see how to change the sidebar title spacing of the posts. I would like each post TITLE to be separated by at least one line break, rather than to be listed without a break between them. My site is https://www.journalofchinesehumanities.com. Can someone tell me what part of the .css I need to change and what that code would look like? Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Z.com byGMO

    (@takeaki-nagashima)

    hello
    sorry for relay too late.

    you can try this .

    ①increase the Post footer section.
    }

    .post-footer {
    margin: .75em 0;
    color:$sidebarcolor;
    text-transform:uppercase;
    letter-spacing:.1em;
    font: $postfooterfont;
    line-height: 1.4em;
    }

    ②change the layout.add a bottom margin.

    }

    .post-footer {
    margin: .75em 0;
    color:$sidebarcolor;
    text-transform:uppercase;
    letter-spacing:.1em;
    font: $postfooterfont;
    line-height: 1.4em;
    margin-bottom: 3.0em;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to create a space between two post TITLES in de naani on the home page’ is closed to new replies.