Viewing 1 replies (of 1 total)
  • Plugin Author mightydigital

    (@mightydigital)

    For the list output you can use the following to switch date and title position:

    .nooz-item {
    	margin-top: 1.5rem;
    }
    .nooz-item:first-child {
    	margin-top: 0;
    }
    .nooz-datetime {
    	display: table-footer-group;
    	font-size: 1.5rem;
    }
    .nooz-link {
    	display: table-header-group;
    }
    

    For the press release posts I would suggest the following:

    1) Remove post-title date for press releases
    css: .single-nooz_release .post-title + small { display: none; }

    2) Use the the Nooz Boilerplate feature, so you do not have to repeat boilerplate content on every press release.

    3) Change Ending to: [BLANK]

    4) Add the following styles which will combine location/date and the first paragraph (confirm you have version 0.6.1)

    .nooz-location-datetime {
    	display: inline;
    	margin-right: 10px;
    }
    .nooz-location-datetime + p {
    	display: inline;
    }
    .nooz-location-datetime + p:after {
    	content: "";
    	display: block;
    	margin-bottom: 20px;
    }
    

    Additionally we have a “layouts extension” that can help you. Contact me at: dimas at mightydigital dot com, if you wouldn’t mind being a beta tester. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Date Formatting’ is closed to new replies.