Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1387681
    jiltsmom
    Participant

    I would like to have a menu at the top right of my site. Logo should be aligned left and then this menu should be aligned top right. The menu should be Contact Us, Open an Account, Client Login which are currently being displayed in the main header menu. How can I accomplish this? Here are my credentials:

    http://50f.7ea.myftpupload.com/wp-admin/

    walshblog

    Soybean0513#

    #1387702
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Header Topbar Content

    <div class="topmenu">
    <p class="p-info"> <a href="http://example.com/partner/">PARTNERS</a> | <a href="http://www.example.com/testimonials/">TESTIMONIALS</a> |  <a href="http://example.com">CONTACT</a></p>
    </div>

    Add the following code to Appereance Customizer Custom CSS

    
    .x-topbar-inner .x-social-global { display: none; }
    
    .topmenu {
        float: right;
    }
    
    @media (max-width: 750px){
    (index):189
    .topmenu {
         float: none;
    }}
    

    Hope it helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1387681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>