Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #448065
    #448810

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    function put_stuff_on_header() { ?>
    <div class="custom_content">Content Here</div>
    <?php }
    add_action('ava_main_header', 'put_stuff_on_header');
    

    And add this to Quick CSS:

    #header .custom_content{
    position: absolute;
    max-width: 300px;
    right: 0;
    top: 0;
    }

    Cheers!
    Josue

    #450071

    How do I get content (in mobile) fall below the logo and not go away?

    • This reply was modified 9 years, 5 months ago by andersonbr.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo left, content right’ is closed to new replies.