• Hi,
    I would like to move my logo above the top menu.

    Can someone please tell me how to do it.

    Thank you,
    Jay

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello men, i hope u got the answer fot that!
    i never did a post here but i search in my website and found the right mode to do that:

    1 – go to editor –> found header.php
    2- move <!– CONTAINER START –> line and the nexts lines until the <!– HEADER START –>
    move all this content before <!– NAVIGATION START –>

    and save ??

    Theme Author Richie KS

    (@rkcorp)

    use hook and add this to functions.php

    function meso_add_logo_topnav() { ?>
    <a href="#"><img class="alignleft" src="your logo url" /></a>
    <?php }
    add_action('bp_inside_top_nav','meso_add_logo_topnav');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to move the log above top menu’ is closed to new replies.