Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #367846

    Hey,

    There is a lot of space left if you allign logo to the left, so I wonder if its possible to stick another div there… lets say with a custom text?

    with something like this?

    //text to header
    function add_custom_text() {
    ?>
    <div class=”custom_text”>helping you help others</div>
    <?php
    }
    add_action(‘??????’, ‘add_custom_text’, 10, 0);

    #367898

    Hi!

    Try using the ava_after_main_menu filter, additional adjustment CSS may be needed.

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.