Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Move Nav Menu #102700
    chanti
    Participant

    Hi,

    Thanks for your response, but i got the solution for that. I have added float attribute in the CSS and resolved my issue. Can u help me with expandable trees.

    Thanks

    in reply to: Move Nav Menu #102549
    chanti
    Participant

    I have used the below code for navigation bar.. But it leaves gaps between tabs. How to remove that?

    .topnav {
      position:relative;
      z-index:2;
      font-size: 17px;
      background-color:#5f5f5f;
      color:#f1f1f1;
      width:100%;
      padding:0px:
      letter-spacing:1px;
     
    }
    .topnav a{
      padding:10px 15px 9px 15px !important;
      display:inline-block;
    }
    .topnav a:hover{
      background-color:#000000;
      color:#ffffff;
    }
    .topnav a.active {
      background-color:#73AD21;
      background-color:#157881;  
      color:#ffffff;
    }
    a.topnav-icons {
      width:52px;
      font-size:20px !important;
      padding-top:11px !important;
      padding-bottom:13px !important;
    }
    a.topnav-icons.fa-home {
      font-size:22px !important;
    }
    a.topnav-localicons {
      font-size:20px !important;
      padding-top:6px !important;
      padding-bottom:12px !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)