[std_anniversary filter="tax::departments::is::executive;"]
How to create a one-column anniversary view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
#onecolumn .row{ | |
flex-direction: column !important; | |
} | |
</style> | |
<div id="onecolumn" style="padding:40px 0"> | |
[std_anniversary filter="tax::departments::is::executive;"] | |
</div> |