NAVIGATION BAR

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26286
    c3medianetwork
    Participant

    Can we change the margin on the navigation bar to be 60px or less? I put the code in the Custom CSS but it is not taking.

    http://www.timgardnerproductions.com/wp-admin
    username: livemesh
    Password:0)Xkb&0h7HUFXQ1Q$w#3$fcS

    #primary-menu {
    padding: 0;
    position: relative;
    right: 0;
    bottom: 0;
    display: inline-block;
    float: right;
    margin-right: 60px;
    padding-top: 40px;
    }

    #26291
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions –

    #primary-menu {
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .dropdown-menu-wrap ul li {
        float: none !important;
        margin: 5px;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.