< Back to Check over mobile and tablet views and polish Summary: Navigate to Postmaster > All Cards Click on the applicable Card title (or settings cog) to open, view and edit settings For applying CSS styles to a single element ("block"), click on the block. In...
postmaster
How to adjust Postmaster Grid Layout columns for mobile friendliness and general responsiveness
< Back to Check over mobile and tablet views and polish Summary: Navigate to Postmaster > All Grids Click on the Grid title to open, view and edit settings Ensure you have opened the correct grid by checking that the shortcode matches the one on the page that...
Postmaster truncate function in Ratchet
You can truncate post content to a set length on a postmaster tile/display using Ratchet's built in functionality. E.g. Add post excerpt to the postmaster template, truncated at 90 characters: <p class="post-excerpt"><?php echo(truncate(get_the_excerpt(),...
Postmaster CSS
Hide the 'load more/older posts' button from the end of a postmaster list: .alm-btn-wrap .alm-load-more-btn.done { display: none; } Update: 17 Sep 2020 This is now in the default css of postmaster but am leaving hear as the same css selector would be used to make it...