Created
December 24, 2024 05:14
-
-
Save ahsannayem/f47f07bf9c8d9bbecda40cbdcb7ad8af to your computer and use it in GitHub Desktop.
FluentCommunity
This file contains hidden or 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
<?php | |
add_action('fluent_community/portal_head', function() { | |
?> | |
<style> | |
ul.fcom_space_menu_ul { | |
flex-direction: column !important; | |
} | |
.object_menu ul.fcom_space_menu_ul{ | |
align-items: flex-start !important; | |
} | |
.object_menu { | |
margin-left: 5px !important; | |
} | |
</style> | |
<?php | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment