buy app button space by the header

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support buy app button space by the header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15611
    J_Fluid
    Member

    hi, in the demo data, there’s a “buy app” button showing.
    but when i uploaded the demo data, that button is not showing but there is a space however.

    i want to move the rest of our menus and remove that space. how can we do that? below is our website:

    http://whinkapp.com

    so you will there is a space on the right side of “support” can we remove that and just adjust the menu more to the left? thanks.

    #15616
    Veena
    Moderator

    If you need to add the buy app button pls check this thread -http://support.livemeshthemes.com/forums/topic/add-button-to-menu-links/

    To move menus to the left pls use the below custom CSS in themeoptions –

    #primary-menu {
        float: left;
    }
    
    #15658
    J_Fluid
    Member

    hi, sorry, i meant to the right, not left.
    the buy app button is not there so i want the menus to move to the right, how do i do that? i tried replacing the code “left” to “right” but the space is still there.
    do kindly advice, thanks.

    #15666
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    .side-nav-toggle {
        display: none;
    }
    #primary-menu {
        margin-right: 0;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.